Click here to Skip to main content
15,894,291 members
Articles / DevOps

Git – Problem with “skip-worktree” and Pull

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
9 Jul 2023CPOL4 min read 5.4K   4  
Using Git “skip-worktree” option can create problems with Git Pull
Using Git “skip-worktree” option is the recommended approach when you want files TRACKED by Git, but want LOCAL CHANGES IGNORED, and is more appropriate than .gitignore. However, if files are modified by other users, Git Pull can be problematic and requires elaborate handling.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Serbia Serbia
Mark Pelf is the pen name of just another Software Engineer from Belgrade, Serbia.
My Blog https://markpelf.com/

Comments and Discussions