Skip to content

mjtk-ktjm/diabolical-doormouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diabolical-doormouse

Empty repo, just learning some advanced git techniques.

Fun with Formatting

  1. make code more readable
  2. document as you go
  3. time division multiplexing

FYI

git checkout -b <branch>
git add <file>
git commit -m 'comment'
git push --set-upstream origin <branch> 

git fetch origin

git checkout master
git merge --no-ff <branch>
git push origin master

git push origin -d <branch>
git branch -d <branch>

or...

'create' a repo from the CLI:

Adding an existing project to GitHub using the command line

About

best practices playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published