Git CLI Delete History Commit
THIS SITE IS MIRROR || Skip to Full Contents (Read More)
Git CLI Delete History Commit - Posted on March 8, 2020 2:10 PM by Kuswati Tips & Tricks Uncategorized Checkout git checkout –orphan latest_branch Add all the files git add -A Commit… Checkout
git checkout –orphan latest_branch
Add all the files
git add -A
Commit the changes
git commit -am “commit message”
Delete the branch
git branch -D master
Rename the current branch to mas
THIS SITE IS MIRROR || Skip to Full Contents (Read More)
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.