Massive tidy-up re:#39 #40

Merged
Squatnet merged 1 commit from Cleanup-1 into master 2019-01-27 16:21:55 +00:00
Squatnet commented 2019-01-27 16:13:39 +00:00 (Migrated from github.com)
No description provided.
kieran-boyle (Migrated from github.com) reviewed 2019-01-27 16:13:39 +00:00
Squatnet commented 2019-01-27 16:20:46 +00:00 (Migrated from github.com)

@Riolaurenti @kieran-boyle @brewski6627
if you have uncommited unpushed code, please commit and push it on a new branch and let me know.. otherwise please switch branch to master, pull, then create a new branch to work on.
so with code to commit

git checkout -b "newBranchName"
git add .
git commit -m "changed x or y"
git push

then do a pull request to master on the site, then finally

git checkout master
git pull
git checkout -b "myNewWorkingBranch"

then use again as normal

otherwise its just

git checkout master
git pull
git checkout -b "myNewWorkingBranch"
@Riolaurenti @kieran-boyle @brewski6627 if you have uncommited unpushed code, please commit and push it on a new branch and let me know.. otherwise please switch branch to master, pull, then create a new branch to work on. so with code to commit ``` git checkout -b "newBranchName" git add . git commit -m "changed x or y" git push ``` then do a [pull request](https://github.com/Squatnet/ArduinoStuff/compare) to master on the site, then finally ``` git checkout master git pull git checkout -b "myNewWorkingBranch" ``` then use again as normal otherwise its just ``` git checkout master git pull git checkout -b "myNewWorkingBranch" ```
Riolaurenti (Migrated from github.com) approved these changes 2019-01-27 16:21:41 +00:00
Riolaurenti (Migrated from github.com) left a comment

Out with the old and in with the new. Good job, at a glance looks like you've hacked this git etiquette to a T. A standard we can all continually learn to work towards.

Out with the old and in with the new. Good job, at a glance looks like you've hacked this git etiquette to a T. A standard we can all continually learn to work towards.
Squatnet commented 2019-01-27 16:23:15 +00:00 (Migrated from github.com)

Yes mate, Thats the idea. keep it fairly clean, Keep things moving forward.

Yes mate, Thats the idea. keep it fairly clean, Keep things moving forward.
Sign in to join this conversation.
No description provided.