Categories
How to add an image to the images branch?
Started learning Git, can't figure out how to add an image to a branch using Git Bash
Answer the question
In order to leave comments, you need to log in
Just like a regular file. Create a branch ( git checkout -b <branch_name>) Add files ( git add) Make a commit ( git commit)
git checkout -b <branch_name>
git add
git commit
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question