Git Tips#

Push on branch#

git status
git add .
git commit -m "feat/bug Message #isseuCode" | es: "feat Hello world #1"
git push origin 

Add file to gitignore#

echo "object_name" >> .gitignore

Delete file or folder from branch#

git rm -r --cached object_name