Git - To exclude updated file into master repository

0 votes
150 views
added Nov 16, 2021 in Git by lcjr First Warrant Officer (11,830 points)
edited Mar 30, 2022 by lcjr

o avoid certain file to be commited into git, simply by running the following command

git checkout -- <YOUR FILE NAME>

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...