-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit-cli.sh
More file actions
executable file
·18 lines (14 loc) · 860 Bytes
/
git-cli.sh
File metadata and controls
executable file
·18 lines (14 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
###############################################################################
# Git Script #
# #
# Author: Victor Tesoura Júnior <txsoura@yahoo.com> #
###############################################################################
# #
# This script, is to be used after a approved pull request in main repo #
# branch. #
# #
###############################################################################
git checkout master
git fetch -p
git pull origin master