UD3-Lab / mintEMU

mintEMU - The Legacy of the European Postgraduate Master in Urbanism at TU Delft: A Text Mining Approach
Other
1 stars 0 forks source link

Journal cf #24

Closed cforgaci closed 1 year ago

cforgaci commented 1 year ago

I created a file where I will keep track of journals where the paper could be published. Also practising pull requests 🙂

alwil commented 1 year ago

Good idea!

cforgaci commented 1 year ago

@alwil, after merging and deleting a branch on GitHub, how do I delete the branch locally? Do I delete the branch manually or can that be done automatically while pulling changes?

alwil commented 1 year ago

Hi @cforgaci,

here's how you can delete a branch from git (read more here):

You can set up branches to be removed automatically after the pull request, but I haven't used this setting yet.

cforgaci commented 1 year ago
  • delete branch locally : git branch -d localBranchName

I did this and deleted the branch on GitHub after the PR. Thank you!