Compare commits
2 Commits
178acd261a
...
2a676ad2cb
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a676ad2cb | |||
| f5e2861db2 |
@@ -1,2 +1,4 @@
|
|||||||
# dotfiles
|
# My Dotfiles - main
|
||||||
|
|
||||||
|
Dotfiles that represent the shared scripts and configs across all shells and hosts
|
||||||
|
|
||||||
|
|||||||
@@ -16,12 +16,14 @@
|
|||||||
|
|
||||||
f = fetch --all
|
f = fetch --all
|
||||||
|
|
||||||
# Pull in remote changes for the current repository and all its submodules.
|
p = push
|
||||||
p = pull --recurse-submodules
|
pf = push --force-with-lease
|
||||||
|
|
||||||
# Clone a repository including all submodules.
|
# Clone a repository including all submodules.
|
||||||
c = commit -m
|
c = commit -m
|
||||||
|
|
||||||
|
a = add
|
||||||
|
|
||||||
# Commit all changes.
|
# Commit all changes.
|
||||||
ca = !git add ':(exclude,attr:builtin_objectmode=160000)' && git commit -av
|
ca = !git add ':(exclude,attr:builtin_objectmode=160000)' && git commit -av
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user