va3wam / TWIPe

This repository contains the embedded code used for the TWIPe robot
MIT License
2 stars 0 forks source link

create github scripts for checkin/branching etc #88

Closed va3wam closed 3 years ago

va3wam commented 3 years ago

Write scripts to do the git commands that we use from our version control Wiki page.

nerdoug commented 3 years ago

bash scripts are in the new bash subdirectory for these actions: git-new-branch.sh // to create a brand new branch git-pull-request.sh // for pull preparation done in CLI git-delete-branch.sh // for post merge branch cleanup

nerdoug commented 3 years ago

Would be interesting to do the full pull/merge process from a script, and not require you to go into a browser session to complete the merge. Should be doable, so I'm tagging that onto this task.