-
-
Notifications
You must be signed in to change notification settings - Fork 2
Git tips and tricks
John Thomson edited this page Aug 22, 2013
·
10 revisions
This page is a place to collect things we found out how to do in git
- Open git bash window
- git stash
- Usual process to create feature branch...checkout develop, rebase, start feature
- git stash pop
Usually your changes are there. If someone else modified the same files you will need to merge.
Todo: describe that process.
This is helpful if some non-flex repo is using git/gerrit, but the add-ons for git gui are not available.