Closed iboates closed 6 years ago
I forgot to add the removal of the sample folder in the last commit. The correct way to do so is to do the following:
git clone https://github.com/TatjanaKutzner/CityGML-UtilityNetwork-ADE.git
git checkout -b remove_sample
-r
git rm -r Sample/
-m
git commit -m "removed sample folder"
-u
git push -u origin remove_sample
I forgot to add the removal of the sample folder in the last commit. The correct way to do so is to do the following:
git clone https://github.com/TatjanaKutzner/CityGML-UtilityNetwork-ADE.git
)git checkout -b remove_sample
)-r
) (git rm -r Sample/
)-m
(git commit -m "removed sample folder"
)-u
) (git push -u origin remove_sample
)