DEV Community

Pablo
Pablo

Posted on • Updated on

GIT Tips

Naming Branches

https://stackoverflow.com/questions/273695/what-are-some-examples-of-commonly-used-practices-for-naming-git-branches

Removing Untrack Files

git clean -d -n
git clean -d -f
Enter fullscreen mode Exit fullscreen mode

font

Top comments (0)