Skip to content

Commit

Permalink
Adding escs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iury O. G. Figueiredo committed Oct 26, 2019
1 parent d6e7a2e commit 89071f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions escs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ git branch -a
git checkout -b development
git push --set-upstream origin development

##############################################################################
# merge development into master.
cd /home/tau/projects/vy-code/
git checkout master
git merge development
git push
git checkout development

0 comments on commit 89071f6

Please sign in to comment.