Git:- .gitignore file

Background Git is straight forward. And, usually out of the way.   Exclude Files As you develop applications, you may find out that you do not need to store away the binary files produced by your application. Depending on your programming language, the file extensions will vary. For example:- C, C++, C# Object File ( … Continue reading Git:- .gitignore file

Git:- “git add .”

Background Quick Reminder on why not to quickly take pointers. Git Sessions Outline Session - 01 git add git add . git commit git reset Session - 02 git add git add <filename> git status git commit git push Session - 01 git add Issued "git add ." git commit Issued git commit. My editor … Continue reading Git:- “git add .”