Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
configs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
configs
Commits
4b111b13
Commit
4b111b13
authored
9 years ago
by
Taddeüs Kroes
Browse files
Options
Downloads
Patches
Plain Diff
Added global gitconfig
parent
283476ba
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bootstrap.bash
+1
-0
1 addition, 0 deletions
bootstrap.bash
gitconfig
+21
-0
21 additions, 0 deletions
gitconfig
with
22 additions
and
0 deletions
bootstrap.bash
+
1
−
0
View file @
4b111b13
...
...
@@ -6,6 +6,7 @@ git submodule update --init
ln
-s
$DIR
/bashrc ~/.bashrc
ln
-s
$DIR
/vimrc_plugins ~/.vimrc
ln
-sT
$DIR
/vim ~/.vim
ln
-s
$DIR
/gitignore ~/.gitignore
source
~/.bashrc
...
...
This diff is collapsed.
Click to expand it.
gitconfig
0 → 100644
+
21
−
0
View file @
4b111b13
[user]
name = Taddeus Kroes
email = taddeuskroes@gmail.com
[color]
ui = true
[push]
default = simple
[alias]
tree = log --graph --oneline --all --full-history --decorate
lg = log --graph --decorate --all --full-history --date=relative \
--format=format:'%C(bold blue)%h%Creset %C(dim bold green)%<(13)%ad%Creset %C(dim white)%an%Creset %s%C(bold yellow)%d%Creset'
[log]
abbrevCommit = true
decorate = true
[format]
pretty = oneline
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment