TatjanaKutzner / CityGML-UtilityNetwork-ADE

Apache License 2.0
17 stars 10 forks source link

removed sample folder #8

Closed iboates closed 6 years ago

iboates commented 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:

  1. Clone the repo (git clone https://github.com/TatjanaKutzner/CityGML-UtilityNetwork-ADE.git)
  2. Make a new branch (git checkout -b remove_sample)
  3. Remove the "Sample" folder (recursively with -r) (git rm -r Sample/)
  4. Commit the changes (and leave a commit message with -m (git commit -m "removed sample folder")
  5. Push the branch to the origin (and set the upstream with -u) (git push -u origin remove_sample)
  6. Make the pull request & merge.