-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
18 lines (17 loc) · 766 Bytes
/
gitconfig
File metadata and controls
18 lines (17 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Remove the next two lines to disable secturion environment shortcuts
[user]
email = tcowley@owlcyberdefense.com
name = Taylor Cowley
[diff]
tool = vimdiff
[alias]
l = log --branches --all --decorate --remotes --graph --abbrev --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short
ll = log --branches --all --decorate --remotes --graph --abbrev --pretty=format:'%C(yellow)%h %C(red)%ad %C(cyan)%an%C(auto)%d %C(auto)%s' --date=short
lg = log --branches --all --decorate --remotes --pretty=oneline --graph --abbrev --date=short
mr = push -o merge_request.create -o merge_request.target=master -o merge_request.remove_source_branch origin HEAD
[merge]
tool = vimdiff
[core]
editor = vim
[submodule]
fetchJobs = 8