kalvn's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
2 results tagged gitignore  ✕
git - How to remove files that are listed in the .gitignore but still on the repository? - Stack Overflow https://stackoverflow.com/a/13541721/2086437
08/01/2019 15:24:45

Supprimer tous les fichiers qui sont dans le .gitignore du repository en une commande.

git ls-files -i --exclude-from=.gitignore | xargs git rm --cached
git gitignore
github/gitignore https://github.com/github/gitignore
13/11/2015 11:33:40

Une sélection de templates de fichiers .gitignore en fonction de la techno utilisée.

gitignore git template
3869 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn