How to Commit and delete branch tree on GitLab ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to Commit and delete branch tree on GitLab ?

My teacher obliged us to work on JupyterLab and synchronised the GitLab file to it , i'm beginner and i get difficullties , i didn't know how to delete a branch i was trying to add , then a messagen of Commit comes on the screen so how can i delete it ? https://www.sololearn.com/post/270609/?ref=app

20th Mar 2020, 6:56 PM
Wissam Bouattou
Wissam Bouattou - avatar
1 Answer
+ 2
Is it clear to you what exactly is a commit and a branch, what it means to merge in git? If not, there is a Git tutorial also on SoloLearn that you can look. https://www.sololearn.com/learn/1236/?ref=app Git can be used in a variety of ways, when it comes to branching. Your teacher should clearly explain what workflow you are supposed to follow, when to create a branch and how to push or merge your commits. This is not about Jupyter, it's about how to do version control. Git can be very complicated so you should really consult with your teacher and make him explain what you should do, instead of taking advice from random people (including me) ;)
20th Mar 2020, 7:06 PM
Tibor Santa
Tibor Santa - avatar