Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

git how to backup in zip for Untracked files

git need to take a backup in zip for Untracked files

I need to take a back up in zip in git for Untracked files for all files need to take

$ git status --short

M .gitignore

?? file 1

?? File 2

....

I need to take a backup

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Working on python windows

>Solution :

This Will Help

git status --short | cut -c4- > unstaged_files.txt
tar -czvf unstaged_backup.tar.gz -T unstaged_files.txt
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading