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
fc9ccdb9
Commit
fc9ccdb9
authored
3 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Rewrite Git alias.
Runs `rebase -i` noninteractively for the whole history (since the initial commit).
parent
aab23f8a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.config/git/config
+1
-0
1 addition, 0 deletions
.config/git/config
with
1 addition
and
0 deletions
.config/git/config
+
1
−
0
View file @
fc9ccdb9
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
pull-force = !git fetch && git reset --hard "$(git tracking)"
pull-force = !git fetch && git reset --hard "$(git tracking)"
pushes = !git remote | xargs -n1 git push
pushes = !git remote | xargs -n1 git push
retry = !cd "${GIT_PREFIX:-$PWD}" && git amend --no-edit . && git shove
retry = !cd "${GIT_PREFIX:-$PWD}" && git amend --no-edit . && git shove
rewrite = autorebase ':/Initial empty commit.'
root = rev-parse --show-toplevel
root = rev-parse --show-toplevel
serve-git = daemon --reuseaddr --verbose --base-path=. --export-all ./.git
serve-git = daemon --reuseaddr --verbose --base-path=. --export-all ./.git
serve-http = !git update-server-info && cd .git && python -m http.server 8080
serve-http = !git update-server-info && cd .git && python -m http.server 8080
...
...
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