Contain some shell scripts
Attempt to pull all modifications online every 5 seconds until succeed
./try-pull.shAttempt to pull files from origin(github default)
./try-pull.sh allAttempt to pull files from github and then gitee
./try-pull.sh githubAttempt to pull files from github only
./try-pull.sh giteeAttempt to pull files from gitee only
Attempt to push all modifications online every 5 seconds until succeed
./try-push.shAttempt to push files to origin(github default)
./try-push.sh allAttempt to push files to github and then gitee
./try-push.sh githubAttempt to push files to github only
./try-push.sh giteeAttempt to push files to gitee only
To log commit history in a simple and pretty way
./easy-log.sh--pretty=oneline --abbrev-commit --graph
./easy-log.sh oneline--pretty=oneline --abbrev-commit --graph
./easy-log.sh pretty--color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
Attemp to push files to github and gitee as same as ./try-push.sh all
Pull new modification from github and gitee, and switch to branch 'dev' before working
./start.shCreate working enviroment, pulling new files from github and gitee
./start.sh githubCreate working enviroment, pulling new files from github only
./start.sh giteeCreate working enviroment, pulling new files from gitee only
Merge modifications to branch 'main', and then push them to github and gitee
./finish.shHave all things done, and push modifications to github and gitee
./finish.sh githubHave all things done, and push modifications to github only
./finish.sh giteeHave all things done, and push modifications to gitee only