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
|
||||
branch = auto
|
||||
[alias]
|
||||
a = add
|
||||
au = add -u
|
||||
p = push
|
||||
pu = pull
|
||||
st = status -uno
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Works on all GNU systems and tested on MacOS 10.15.13
|
||||
# Deletes certain lines of ~/.ssh/known_hosts
|
||||
# Check if any args passed
|
||||
if [ $# -eq 0 ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user