Joined February 2012
·
Posted to
Git - push only current branch
over 1 year
ago
I prefer to use simple
:)
(which is almost the same but refuses to push if the remote branch's name is different)
Posted to
Wishing you a multilingual Christmas
over 1 year
ago
Bash:
CHRISTMAS='beer '
NEW_YEAR='more beer'
if [[ $CHRISTMAS$NEW_YEAR='beer more beer' ]]; then
echo 'festive hangover'
fi
Achievements
466 Karma
25,478 Total ProTip Views
24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2014
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Forked 100
Have a seriously badass project that's been forked at least 100 times
Altruist
Increase developer well-being by sharing at least 20 open source projects
Kilo of Lemmings
Establish a space in the open source hall of fame by getting at least 1000 devs to watch a project
Forked 50
Have a project with a thriving community of users that's been forked at least 50 times
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Octopussy
Have a repo followed by a member of the GitHub team
Forked 20
Have an established project that's been forked at least 20 times
Raven
Have at least one original repo where some form of shell script is the dominant language
Lemmings 100
Write something great enough to have at least 100 watchers of the project
Forked
Have a project valued enough to be forked by someone else
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Bear 3
Have at least three original repos where Objective-C is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Charity
Fork and commit to someone's open source project in need
Bear
Have at least one original repo where Objective-C is the dominant language
These are some really nice tips. <br/>
It would be helpful if you've explained which file to edit / how to integrate them.