web
analytics
InsModScum
About Archive Contact Models to ID Music Naming System Music to ID TV Recent Films
About
Archive
Contact
Models to ID
Music Naming System
Music to ID
TV
Recent
Films


GitHub Assets
Blogger (AKA BlogSpot)
GitLab
GitHub
YouTube
GreasyFork
UserStyles

steamid.eu
steamrep.com
vacbanned.com
gameme.com

[PROTIP][NOTED] Deleting All Previous Commits in Git

2015/07/04 • insurgencymodscum2 • Automatically converted from Blogger (original) • Insurgency Mod Scum • OT-Noted • OT-Tools • OT-PROTIP

Source:
http://stackoverflow.com/questions/9683279/make-the-current-commit-the-only-initial-commit-in-a-git-repository

git checkout --orphan newBranch
git add -A  # Add all files and commit them
git commit
git branch -D master  # Deletes the master branch
git branch -m master  # Rename the current branch to master

IMSIDE20F0DDB0EF2930C8DC19E5449A7291573495E3D
RSS