Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Or p = push in the alias section of your ~/. gitconfig?
But rather, train your hands to type it correctly.
"bashrc" was really hard to type, so I trained for like 1 minute to type it correctly. Now it's actually my secret pleasure to type "bashrc". 😄 -
@thejohnhoffer you might wanna try this? Really keeps me from punching myself when I type too fast with an impossibly high number of typos...
https://github.com/nvbn/thefuck -
I bet each time you type it wrong you type it louder and even faster than the time before. Or is that just me?
-
-
@timekeeper I have g as an alias for git.
g co -b # checkout new branch
g g # display history as a graph
g st # status
Unfortunately autocomplete doesn't work as well as when typing git out. -
github95618yMy favorite is git stash. Everything back, as the crime of messing up the repo never happened...!!
-
@thejohnhoffer git can autocorrect a slightly wrong written command. You can configure it within the git config.
-
java91588yAutocorrect can be set up like this:
git config --global help.autocorrect 10
(10 being the time after which it automatically runs the command times 0.1s = 1s in this case) -
pchater5978ygss - git status
gaa - git add .
gcm 'Message' - git commit -m 'Message'
gpom - git push origin master -
pchater5978yTouch README, then add README, and commit me until I then can, push to origin master.
-
All guis for git made me angry. Haven't seen one which let's you work with git as good as the command line...
Or, even worse, most guis have performance issues. And when there is one thing where I go from pure harmony to I must annihilate is when a gui dies in a weird way, making hours of work just useless and most of the time just let your OS die (memory leak, CPU 100% or stuff like that...)
git pshu
git phsu
git puhs
**when you hear me typing fast**
undefined