zaccharieramzi / git-tuto

A very sparse repo to practice the basics of git and GitHub flow in open source
4 stars 19 forks source link

Add more stuff to tutorial? #17

Open chaithyagr opened 3 years ago

chaithyagr commented 3 years ago

Maybe we can have more complicated stuff in tutorial?

Just to name a few:

1) Set multiple upstreams 2) Carrying out merges / rebasing and resolving conflicts 3) Stashing and unstashing changes 4) Undoing changes on a complete branch or a specific file.

Anything more?

We can surely have this in different folders so that we dont make it too complicated at first.

zaccharieramzi commented 3 years ago

To me it seems that those items are more git related than github specifically, but I would be happy to have a dedicated advanced git folder. You can make a proposal PR, and we can discuss it there.

I think that the main point I see with the items you listed is that they cannot really be assessed via a PR (which is the case for the points of the tutorial we have so far).

chaithyagr commented 3 years ago

Ahh , i assumed its a git tutorial rather than github... I have not yet setup an idea on how we can do this, but surely we can have branches with conflicts and expect them to resolve changes etc... I will see what I can do and setup a PR.