I
I
Ivan2018-12-06 23:18:19
git
Ivan, 2018-12-06 23:18:19

What is the right way to pick it up when deleting a folder from .gitignore and upload it to the repository when committing?

What is the right way to pick it up when deleting a folder from .gitignore and upload it to the repository when committing?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
TriKrista, 2018-12-07
@TriKrista

git add folder/*
git commit -a
git push

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question