Guest User

Untitled

a guest
Oct 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. git checkout --orphan latest_branch
  2. git add -A
  3. git commit -am "initial commit"
  4. git branch -D master
  5. git branch -m master
  6. git push -f origin master
Add Comment
Please, Sign In to add comment