Git Achievements

在使用 git 时获得归档。「Aquire achievements while using git.」

Github星跟蹤圖

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 mine: http://icefox.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

主要指標

概覽
名稱與所有者lennart/git-achievements
主編程語言
編程語言Shell, CSS, HTML (語言數: 0)
平台
許可證
所有者活动
創建於2010-03-15 18:04:11
推送於2023-04-15 11:19:56
最后一次提交
發布數0
用户参与
星數9
關注者數2
派生數617
提交數238
已啟用問題?
問題數0
打開的問題數0
拉請求數0
打開的拉請求數1
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?