GITHUB

SAVE CREDENTIALS

 git config --global credential.helper store


GET WHERE GIT FETCH AND EDIT 

git remote -v >> details.txt


GET CONFIG DATA 

git config --list >>checkDetails.txt


GET GLOBAL CONFIG DATA

git config --list --global


GET LOCAL CONFIG DATA

git config --list --local


1> By saving the details of git file, we can simply check all git data from that repository.

2> Access private repos using this command.

=> 




Comments

Popular posts from this blog

PYTHON FOR ETHICAL HACKING INTRO

INSTALLATION OF PACKAGES AFTER KALI BOOTUP AND UNINTALLATIONS

Hack Tools