Toggle navigation
Search
Log-in
Register
Home
Page Index
User Index
Application Index
Global
Wiki Index
Technical Documentation
Source Control
gitignore
Wiki source code of
gitignore
Version
1.2
by
Rudi Marais
on 2023/05/22 23:50
Show last authors
author
version
line-number
content
1
2
3
To reinitialize a new gitignore follow these steps
4
5
* commit and push as per normal
6
* then from command line run the following:
7
** git rm -r ~-~-cached .
8
** git add .
9
* commit as per normal