Thursday, September 18, 2014

Git Bash Common Command

- git checkout branch-name
- git pull origin branch-name
- git push origin branch-name
- git merge --no-ff
- git checkout -b
- git fetch
- get log
- for committing files on git-
- git add
- git add .   {for committing all files}
- git commit -m 'comment'