forked from lennart/git-achievements
MacDada/git-achievements
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-pages
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This branch is 234 commits ahead, 48 commits behind lennart:gh-pages.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Git-Achievements records all of the achievements you acquire while using Git. There are over 40 achievement, most with different levels to be achieved. After a git command is executed if a new achievement is unlocked git-achievements will display a message on the console for your enjoyment: ******************************************************************************** Git Achievement Unlocked! Caretaker Added a .gitignore file to a repository. ******************************************************************************** GitHub Pages ------------ A log of all of your achievements is kept locally, but you can also publish it to GitHub pages so you can share your achievements (and there is a rss feed so people can track your achievements). For example here is the project maintainer's achievements page: http://icefox.github.com/git-achievements If you are viewing a forked version of git-achievements you want to replace icefox with the github user account you want to see like so: http://<username>.github.com/git-achievements To push your achievements to GitHub first fork the project on GitHub, clone *your* repository and set the following config to true: git config --global achievement.upload "true" When an achievement is unlocked the index.html file will be overwritten, committed and then a 'git push origin' will be executed. Install ------- Add git-achievements to your path and alias git to git-achievements For example add the following to the end of your ~/.bash_profile export PATH="$PATH:~/git/git-achievements" alias git="git-achievements" You can get your first achievement by running git achievements --help
About
Aquire achievements while using git.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published