Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 406 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 406 Bytes

TestRepo

Test

Git commands git clone git status git add . git commit -m "message" git push git pull

git brach git branch Branch_Name git checkout Branch_Name

git merge master

git pull --rebase origin master git mergetool //resolve conflicts

git rebase --continue //then pus to central repo

git remote -v git remote add upstream git pull upstream master