python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Automatically add flags to command
I am a frequent user of git log -G[string], and I almost always find myself using --all and --no-textconv with it.
Can I somehow tell git to use those two options by default when calling git log -G[st...
Charles
Votes: 0
Answers: 2
Regex in git insteadOf
Is it possible to use regular expressions while using insteadOf in gitconfig ?
I am trying to create url redirects while git clone <url>
Example: http://username@domain/scm/<project>/<r...
user18561623
Votes: 0
Answers: 1
setting git config for multiple project
I'm working on multiple projects and those projects are connected to different github account. my main project's config was set using git config --global user.name "firstusername" and the se...
dapidmini
Votes: 0
Answers: 1
Git : reload .gitconfig file from the bash console
I want to quickly test my changes in my user .gitconfig file without closing and reopening the console. Is there a way to load it again, much like source .bashrc would reload the bash config ?
EDIT : ...
Charles
Votes: 0
Answers: 0