How can you put uncommitted changes to a branch TEST when I am at the branch master?
|
|
|
|
|
|
|
You can just checkout to the test branch and then commit. You don't lose your uncommited changes when moving to another branch. Supposing your at the master branch
Not really sure about the deleted files. But I guess they aren't included when you use "git add ." |
||
|
|
|
|
|
||
|
|
