mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Added another git alias for git add/add -u and added script comment about what systems it works on
This commit is contained in:
parent
01663194e2
commit
7f49243ab0
@ -14,6 +14,8 @@
|
|||||||
diff = auto
|
diff = auto
|
||||||
branch = auto
|
branch = auto
|
||||||
[alias]
|
[alias]
|
||||||
|
a = add
|
||||||
|
au = add -u
|
||||||
p = push
|
p = push
|
||||||
pu = pull
|
pu = pull
|
||||||
st = status -uno
|
st = status -uno
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# Works on all GNU systems and tested on MacOS 10.15.13
|
||||||
# Deletes certain lines of ~/.ssh/known_hosts
|
# Deletes certain lines of ~/.ssh/known_hosts
|
||||||
# Check if any args passed
|
# Check if any args passed
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user