Add pushall script
This commit is contained in:
@@ -52,4 +52,10 @@ ncs() {
|
||||
nextcloudcmd -u $USER --path "/SYNC" ~/Nextcloud/SYNC "https://$server"
|
||||
}
|
||||
|
||||
pushall() {
|
||||
git add -A
|
||||
git commit -m "$@"
|
||||
git push
|
||||
}
|
||||
|
||||
set completion-ignore-case On
|
||||
|
||||
Reference in New Issue
Block a user