Questions tagged as 'git-fork'

1
answer

Delete a Git branch both locally and remotely

   Original question: Delete a Git branch both locally and remotely by Matthew Rankin I want to delete a branch both locally and at the branch of my remote project on Github. Deleted local branch successfully $ git branch -D bugfix...
asked by 23.12.2015 / 23:00
1
answer

Difference of Fork and Branch Protected

I'm starting on Git, but I have a doubt. Suppose I have one project with the branch "origin" and another branch "tests". If I protect the branch "origin" and only give access to "tests", what difference is there in collaborating in "tests"...
asked by 13.06.2018 / 16:37