git clone
git branch ( to see which branch you are in)
git show-branch ( to see which branch you are in)
git checkout branch
git add
git commit
git push -u origin
============================================================
error: The following untracked working tree files would be overwritten by checkout:
xxxxxxxxxxxxxx
Please move or remove them before you can switch branches.
Aborting
git clean -d -f
============================================================
No comments:
Post a Comment