0 comments / March 10, 2023

Git copy / export modified and new files to another directory as zip

Sometimes we need to copy / export the modified and new files in git to another directory for backup purposes. We can still use "stash" command or commit to different branch, but this one liner will help you copy the modified and new files to another directory as zip file.


0 comments / January 09, 2023

Git ignore already committed file or Remove committed file from git

This post helps you to remove a file from git which is already committed / tracked in git and make that file as an ignored file