Menu

Skip to content
  • Home
  • Articles
  • Contact Me
Twitter GitHub

Vuyisile Ndlovu

Musings of a backend Software Developer

git

19th August 2020 by Vuyisile

Git: How to add modified files and ignore untracked ones

Whenever you make changes to a bunch of files already tracked by git, there’s an easy way to add them without adding untracked files. The command is: git add –update or git add -u That’s it!

 
1st July 2019 by Vuyisile

Check number of lines by user in git

Learn how to count the number of commits or number of lines a contributor has added to a git repository.

 
4th April 2019 by Vuyisile

Git: How to set a default push remote repo

Learn how to make git push to the same remote branch name.

 

 
Subscribe!
Casper WP by Lacy Morrow