Man sträubt sich gegen die allgegenwärtige Vernetzung, das Ende der Privatsphäre und dann ist doch ein wenig selbst-verliebt und ein kleiner Angeber und sieht, dass man sich mit dem GitHub Contributions Chart Generator alle seine Beiträge in einer Grafik generieren lassen kann..
GitHub Contributions Chart Generator
Keine Ahnung, warum das hier bis 1999 zurück geht.
#Programming
(Please contact me if you want to remove your comment.)
⁂
Something to consider: git hub.
git hub # Show the `git hub` cheat sheet git hub help # Show this awesome documentation git hub setup # Config dialog. Do this first! git hub user <user> # Get info about a user git hub repos <owner> # List recent repositories git hub repo-new <repo> # Create a new repository git hub fork <owner>/<repo> # Fork a repository git hub clone <owner>/<repo> # Clone a GitHub repository # Set/Change your repo description git hub repo-edit <repo> description 'Just another GitHub repo' git hub repo-delete <owner>/<repo> # Delete a repository git hub followers <user> # List a user's followers git hub star ingydotnet/git-hub # Star this repository git hub watch ingydotnet/git-hub # Watch this repository git hub follow ingydotnet # Follow this author git hub trust ingydotnet # Add collaborators to repo # Stalk all your followers git hub followers -ra | git hub user - git hub gists <user> # List gists for a user
And on the `#perl` channel *mst* said:
git hub pr-list git hub pr-fetch <pr-id> git checkout review/<pr-id>
– Alex Schroeder 2018-05-08 15:14 UTC