Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rcfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
nimrod
rcfiles
Commits
ac7b197c
Commit
ac7b197c
authored
8 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
- Replaced invalid Git aliases (can't alias an existing command).
- Reordered entries alphabetically.
parent
90a6bf7b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitconfig
+35
-23
35 additions, 23 deletions
.gitconfig
with
35 additions
and
23 deletions
.gitconfig
+
35
−
23
View file @
ac7b197c
[user]
name
=
Adar Nimrod
email
=
nimrod@shore.co.il
signingKey
=
9AAA2526
[push]
default
=
simple
[alias]
clone-recursive
=
clone --recursive
push-tags
=
push --tags
pull-submodules
=
submodule update --remote
diff-cached
=
diff --cached
tag-version
=
!git tag -f "v$(cat VERSION)"
bull
=
submodule update --remote
clear
=
clean -fdx
dif
=
diff --color-words
empty-commit
=
commit --allow-empty
ff
=
merge --no-edit --ff-only master
merg
=
merge --no-edit
posh
=
push --set-upstream origin HEAD
pul
=
pull --progress
push-force
=
push --force-with-lease
serve-git
=
!git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
serve-http
=
!git update-server-info && cd .git && python -m SimpleHTTPServer
diff
=
diff --color-words
pull
=
pull --progress
[transfer]
fsckobjects
=
true
[fetch]
fsckobjects
=
true
[receive]
fsckObjects
=
true
[merge]
tool
=
meld
staash
=
stash --all
stat
=
status --short --branch
tag-version
=
!git tag -f "v$(cat VERSION)"
[color]
grep
=
true
[core]
excludesfile
=
/home/nimrod/.gitignore_global
[diff]
tool
=
meld
[difftool]
prompt
=
false
[core]
excludesfile
=
/home/nimrod/.gitignore_global
[fetch]
fsckobjects
=
true
prune
=
true
[merge]
tool
=
meld
ff
=
false
[push]
followTags
=
true
default
=
simple
[receive]
fsckObjects
=
true
[tag]
forceSignAnnotated
=
true
[transfer]
fsckobjects
=
true
[user]
name
=
Adar Nimrod
email
=
nimrod@shore.co.il
signingKey
=
E3AE9CD4B8EA564BF746CD909C53CFCB9AAA2526
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