auto
This commit is contained in:
parent
b2ec530a4b
commit
a8c79816e0
11
git_auto_push.sh
Executable file
11
git_auto_push.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /home/cxh/sweeper_truck_ros || exit 1
|
||||
|
||||
USERNAME="cxh"
|
||||
PASSWORD="Cxh980416@"
|
||||
REPO="http://${USERNAME}:${PASSWORD}@192.168.4.194:3000/cxh/sweeper_truck_ros.git"
|
||||
|
||||
git add .
|
||||
git commit -m "auto"
|
||||
git push "$REPO" master
|
||||
Loading…
Reference in New Issue
Block a user