Skip to content

xiaodiansun/Git-Notes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

Use-Git

Untrack Files In Git Repos Without Deleting Them

  1. Do this on all machines

    echo "FILE_NAME" >> .gitignore

    git rm --cached FILE_NAME

    git add -u

    git commit -m "removing files from version control"

  2. Sync with your git server, pull to sync and push to register your local change

    git pull

    git push

http://www.interviewadda.com/shortest-path-nodes-binary-search-tree-bst/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published