-
Enhancement
-
Resolution: Done
-
Major
-
devstudio-is 9.0.2, devsuite 1.1, devstudio 10.1
-
None
-
RHDEVDOCS Sprint 119, > Sep 7
-
1
I work with local clones of the repos, so instead of running the following commands individually, I thought I would add a quick script that does this instead and I (and anyone else who wants to) can run them directly to make sure their local repo is up to date. The commands are:
git checkout master
local is up-to-date: git pull origin master
GitHub fork is up-to-date: git push origin master
I'll add these to each of the three repos I work with (devstudio, devsuite and devstudio-is).