Skip to content

Git tricks

ddtxra edited this page Oct 6, 2014 · 1 revision

If you have started to change files on develop and forgot to create a branch, use the command:

git checkout -b "new-branch-name"
Clone this wiki locally