2
I cannot insert an individualized description into directories and files on Github.
In several projects I saw this resource, but, according to the documentation, I’ve used the git add
and subsequently the commit -m "descrição"
individually but without success.
You may or may not create a file called
readme.md
in each folder of your project in git Here you describe to(as) functionality(s) (It is not required if the repository does not have thereadme.md
simply he gets no description)– MarceloBoni
commit -m "descrição"
inserts commit description, not directory/repository– MarceloBoni
Hello Marcelo, thank you so much for the tip, really had not thought about this possibility. Success!
– Edson Melo de Souza