Skip to content
Snippets Groups Projects
Select Git revision
  • 6eaaa77c365f80c03ad9742646b8a1dab534ff74
  • master default protected
  • v1.2.12
  • ctc2019
  • v1.1.11
  • v1.1.10
  • v1.1.8
  • v1.1.4
  • v1.0.9
  • v1.0.3
  • v1.0.2
11 results

notes.txt

Blame
  • notes.txt 356 B
    for git to co-exist with config files, without having to check in your local ones, you can 
    have git ignore local changes using:
    
        git update-index --skip-worktree <path-name>
    
        subtree
    
        git merge -s subtree --no-commit lsc/master --allow-unrelated-histories
    
        git subtree split
        
        git subtree push --prefix=leversc lsc master