Kart Git And TUFLOW: Difference between revisions

Content deleted Content added
Line 72:
*.qgz
</pre>
Once created, the .gitignore file can be added via git bash, Git GUI, or any other software that has version control integration (e.g. Visual Studio Code). Using Git bash is shown below:
<pre>
git add .gitignore
</pre>
 
====4. Committing and Pusing====
Once files have been added they can be committed and then pushed to the remote repository.