I’m using Msysgit Bash CLI (up-to-date install instructions
I’ve forked the git-achievements github repository
notice it forks to a gh-pages branch, not a master branch
this allows github to fire jekyll off against your github account and generate your git-achievements page
| |
cloned repository locally into my C:code folder (resulting in /c/code/git-achievements by Git Bash CLI path terms)
| |
~/ (tilde %2B forward slash means home directory, where the .bashrc file needs to be)
| |
add the newly clone git-achievements directory to your PATH environment variable
alias the git command to call git-achievements
git-achievements calls the real git.exe, this just allows it to wrap it and intercept calls
| |
source means to refresh/reapply
if you don’t do this, your new changes won’t take effect
| |
this outputs your PATH environment variable content.
Notice the git-achievements folder at the end. :)
| |
this allows uploads to your fork, on the gh-pages branch
| |
to ensure you didn’t break git
| |
shows the git achievements help
generates your first achievement as a “Student” (I already had mine)
Hope you guys have as much fun as I did. Yeah, yeah, I’m a nerd. So what? ;)