Joined June 2012
·
Posted to
Versioning your Sublime Text configuration
over 1 year
ago
@martinssipenko That's a great idea, to change branches according to the language :)
Posted to
Versioning your Sublime Text configuration
over 1 year
ago
@georgeharito I do the same. I just have them in git repositories as well due to versioning :)
Posted to
Aliases in Git
over 1 year
ago
You could have aliased the 'merge' command in git itself, no need to make the alias at your dotfiles. Just use the bang:
git config --global alias.merge "!git checkout production;git merge master --no-ff;git checkout master"
Then you just call git merge
and you're good to go. :)
Posted to
See no merged branches on git
over 1 year
ago
@mabraham But I didn't checkout master... I just passed it as reference directly. But you can just call git branch --no-merged
to use the current branch as reference without a problem :)
Posted to
A better git log
over 1 year
ago
@askjuise Thank. I've fixed. :)
Achievements
7,424 Karma
756,148 Total ProTip Views

Altruist
Increase developer well-being by sharing at least 20 open source projects

Kona
Have at least one original repo where CoffeeScript is the dominant language

Python 3
Have at least three original repos where Python is the dominant language

Forked
Have a project valued enough to be forked by someone else

Mongoose 3
Have at least three original repos where Ruby is the dominant language

Mongoose
Have at least one original repo where Ruby is the dominant language

Python
Would you expect anything less? Have at least one original repo where Python is the dominant language

Nephila Komaci 3
Have at least three original repos where PHP is the dominant language

Charity
Fork and commit to someone's open source project in need

Nephila Komaci
Have at least one original repos where PHP is the dominant language

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Raven
Have at least one original repo where some form of shell script is the dominant language
@dshafik Mine also shows the graph :) It just happened to be a flat-line for the screenshots I've chose :P