Repository of useful git aliases and management scripts
Run the following to import useful aliases into your bash shell
source git-aliases.bashRun the following to rebase your repository against upstream:
<path to>/rebase-repo.shNOTE: Assumes you have already set up an upstream repo with the following:
git remote add upstream <url of upstream repository>Sometimes, after squashing git commits, it is useful to set the time to 'now', this is the script that will do it for you.
./set_last_commit_time.bashNOTE: You can also set it to any time you like with
-i