Антон Шумихин - redmin&git

Download Антон Шумихин - Redmin&Git

If you can't read please download the document

Upload: gainesd

Post on 31-May-2015

305 views

Category:

Documents


4 download

TRANSCRIPT

  • 1. ? Code review

2. ?/ , 3. RedmineGit 4. 5. 6. 7. 8. 9. Wiki 10. 11. , - 12. Git 13. $ git clone $ git init $ git add $ git commit $ git status $ git log $ git rm $ git checkout 14. $ git add file.txt$ git commit -m message 15. 16. $ edit file $ git add $ git status/diff $ git commit 17. $ git stash $ git checkout file $ git reset file $ git revert commit 18. $ git checkout -b feature geature$ git merge feature2 feature2$ git rebase feature2 feature2 19. $ git remote add name $ git push name branch branch$ git pull name branch