Git git git git git
caiustheory.com
Git git git git git
1–10 of 244 posts
Re: Git git git git git
#2Re: Git git git git git
#3This is because I want to be the sole controller of what command is actually issued. Call me an old curmudgeon but I just don't trust the auto fix solutions.
Edit: had no idea about Fish. Thank you, all.
Re: Git git git git git
#4Re: Git git git git git
#5I want a terminal that highlights things it thinks are off. Like when I type cd cd or git git. But I don't want it to auto fix nor wait until the command is issued to complain. This is because I want to be the sole controller of what command is actually issued. Call me an old curmudgeon but I just don't trust the auto fix solutions. Edit: had no idea about Fish. Thank you, all.
Re: Git git git git git
#6I want a terminal that highlights things it thinks are off. Like when I type cd cd or git git. But I don't want it to auto fix nor wait until the command is issued to complain. This is because I want to be the sole controller of what command is actually issued. Call me an old curmudgeon but I just don't trust the auto fix solutions. Edit: had no idea about Fish. Thank you, all.
Re: Git git git git git
#7I want a terminal that highlights things it thinks are off. Like when I type cd cd or git git. But I don't want it to auto fix nor wait until the command is issued to complain. This is because I want to be the sole controller of what command is actually issued. Call me an old curmudgeon but I just don't trust the auto fix solutions. Edit: had no idea about Fish. Thank you, all.
Fish-like autosuggestions for zsh: https://github.com/zsh-users/zsh-autosuggestions
Re: Git git git git git
#8Why type out `git status`? I use `gst`, and lots of other great aliases provided by the [oh-my-zsh git plugin]( https://github.com/robbyrussell/oh-my-zsh/blob/master/plugin... )
My newer philosophy toward git aliases is the one described here: http://gggritso.com/human-git-aliases. After reading this I totally overhauled my .gitconfig and replaced it with the one described here and I’m a lot happier.
Re: Git git git git git
#9This post would have been a lot better if he showed how to do a git subcommand that launched itself, which is where i thought he was going.
git config --global alias.bomb '!git bomb & git bomb'
to make a fork bomb.Re: Git git git git git
#10Why type out `git status`? I use `gst`, and lots of other great aliases provided by the [oh-my-zsh git plugin]( https://github.com/robbyrussell/oh-my-zsh/blob/master/plugin... )
I used to do that, but I found it wasn’t actually saving me any cognitive load. My newer philosophy toward git aliases is the one described here: http://gggritso.com/human-git-aliases . After reading this I totally overhauled my .gitconfig and replaced it with the one described here and I’m a lot happier.