git-ignore
git-ignore copied to clipboard
git extension comand for manage .gitignore entries
Results
1
git-ignore issues
Sort by
recently updated
recently updated
newest added
On the lines, ``` if [ ${global} -eq 1 ] ; then target="${HOME}/.gitignore" elif [ ${info_exclude} -eq 1 ]; then target="${git_dir}/info/exclude" ``` should be shrouded with double quote ``` if...