Quantcast
Channel: GIT ADD - News RSS Feed
Viewing all articles
Browse latest Browse all 5189

Write Your Own Git Subcommands

$
0
0
It’s very important to always name your scripts like that; that’s how Git knows your file is supposed to be run as a subcommand. Now, add your new folder to the shell’s $PATH: $ export PATH="$HOME/.gitbin:$PATH" You might want to add the previous ...

Viewing all articles
Browse latest Browse all 5189

Trending Articles