Git Split Repo

2020-10-19

git reset --soft <sha>
git stash push -m "to be separated"

--works–

git checkout -b <new-branch>
git stash apply stash@{0}
git add .
git commit -m "new commit"  
git push origin new-branch
git

Rojen Zaman

Anarchist | GnuPG: 0x9089BB25

Spotify AdBlock - Fedora 32-33/CentOS/RHEL

RPL Manual Page