Jujutsu (jj) Version Control Software
2025-02-04 16:00 PST
About Jujutsu (jj) - a new version control software that is a frontend for Git, Mercurial, etc.
2025-02-04 16:00 PST
About Jujutsu (jj) - a new version control software that is a frontend for Git, Mercurial, etc.
2022-08-01 17:00 PDT
How to diff / vimdiff a file against it's contents in another git branch.
2021-07-11 17:00 PDT
Inspect a file's history, hash, commit info, diffs, etc. for a specific file in git
2020-10-07 17:00 PDT
Github error when running `git pull origin master`
2020-02-05 16:00 PST
If you've commited some changes in git to the wrong branch, but haven't pushed, use the git reset --soft command to move your changes to the correct branch.
2016-08-26 17:00 PDT
How to convert a separate (non-master) branch to the master branch in git while retaining history.
2016-08-01 17:00 PDT
How to discard local changes in a git repository and sync local branch with HEAD (overwriting all local changes).