Background A couple of days ago, I made a few important code changes and thought it worthy to keep the changes. Review Commit History - Before Any New Commits Let us quickly review our commit history prior to this post. git commit git log syntax sample Output Output - Image Output - Text Explanation Issuing … Continue reading Git:- Git Commit – Comments – Changing Last Commits
git log ( git command )
Git – Client – Commands
Background Let us review some of the GIT commands one will use each day. List of Command Command Description Syntax Link File Operation Add Add a new file git add <filename> Link Remove Remove an existing file git rm <filename> Link Rename or Move Rename or move an existing file git mv <filename> <folder> … Continue reading Git – Client – Commands
You must be logged in to post a comment.