-
-
Save riodw/0679d23447e4690fe379f0162b92ea85 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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