Last active
June 27, 2024 20:43
-
-
Save Ardagan/ba6e76f4a0adebb485c3dd019d363d01 to your computer and use it in GitHub Desktop.
.gitconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[remote "origin"] | |
url = [email protected]:Ardagan/beam.git | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
[remote "upstream"] | |
url = [email protected]:apache/beam.git | |
fetch = +refs/heads/master:refs/remotes/upstream/master | |
fetch = +refs/pull/*/head:refs/remotes/upstream/pr/* | |
fetch = +refs/pull/*/merge:refs/remotes/upstream/pull/* | |
[alias] | |
glog = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment