Commit script picking up previous changes if run from dsid_USER branch
Steps to reproduce:
- Run script to create
dsid_USER_DSID1which gets merged and remote branch gets deleted but local copy does not - Run script to create
dsid_USER_DSID2while still being ondsid_USER_DSID1branch
-
Are the changes to DSID2 propagated correctly, without picking simultaneously the changes from DSID1? -
Is it enough to git checkout origin masterin the script before pushingdsid_USER_DSID2?