Skip to content

Instantly share code, notes, and snippets.

@riodw
Created April 26, 2017 23:45
Show Gist options
  • Save riodw/0679d23447e4690fe379f0162b92ea85 to your computer and use it in GitHub Desktop.
Save riodw/0679d23447e4690fe379f0162b92ea85 to your computer and use it in GitHub Desktop.
# BloomU.info
git init --bare
--------
git clone https://github.com/riodw/BloomU.git
------ OR ---------
git remote add origin https://github.com/riodw/BloomU.git
git fetch origin master:master
git reset --hard origin/master
https://github.com/riodw/BloomU.git
git branch
git checkout -b "Volan_Dev"
git add . #
git status
git commit -m "Initial Commit" #
git push -u origin Volan_Dev #git push
git checkout master
git branch -D Volan_Dev
git checkout -b Volan_Dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment