-
Notifications
You must be signed in to change notification settings - Fork 0
Kit edited this page Jan 21, 2015
·
8 revisions
This page is a quick refrence guid to git.
| System | Date |
|---|---|
| osx 10.10.1 | Jan 14, 2015 |
git browse
git push origin HEAD -f
git checkout --track <remote>/<branch_name>
If you forget to make a new working branch:
git checkout -b <branch_name>
###Rebase
git rebase
Needs to be folloed by:
git push -f