S
S
sleep1x2022-02-06 11:35:38
git
sleep1x, 2022-02-06 11:35:38

How to add an image to the images branch?

61ff8818df7b2626819647.png
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

1 answer(s)
M
Michael, 2022-02-06
@sleep1x

Just like a regular file.
Create a branch ( git checkout -b <branch_name>)
Add files ( git add) Make a
commit ( git commit)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question