How to use GIT when working with a team?

How to use GIT when working with a team?

Ako Dev

4 года назад

185,635 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@zylascope
@zylascope - 16.12.2021 04:49

Thanks.

Ответить
@tyranitarxd2819
@tyranitarxd2819 - 07.01.2022 06:36

I found gold

Ответить
@ajk7151
@ajk7151 - 15.01.2022 06:58

excellent video!

Ответить
@juhairahamed5342
@juhairahamed5342 - 17.01.2022 19:40

Good explanation

Ответить
@krishnavamshimudi6624
@krishnavamshimudi6624 - 01.02.2022 19:27

one of the best shortest practical video explanation on github. I have seen many videos they are only theory and even some of them are not showing practical but u r video is just like begginer of the github can even understand it tq very much

Ответить
@its.arjun.s
@its.arjun.s - 03.02.2022 19:41

Thank you so much for this... I was confused watching a lot of other tutorials but this cleared my doubts

Ответить
@myworld73473
@myworld73473 - 13.02.2022 23:57

Thank you.

Ответить
@StockWithSayee
@StockWithSayee - 21.02.2022 18:28

Greattt Video was very helpful

Ответить
@arekhandiaharry4490
@arekhandiaharry4490 - 24.03.2022 04:06

Thank you so much. You’ve answered all my questions on collaborations.

Ответить
@albinjoalex2086
@albinjoalex2086 - 01.04.2022 18:19

Thanks a lot , u have saved a lot of hours for me

Ответить
@danneytee
@danneytee - 24.04.2022 22:01

Question: what is the point of delete the older ticket branch if it doesnt remove the branch on github?

Ответить
@dev.toolkit
@dev.toolkit - 26.04.2022 20:35

much appreciated brother

Ответить
@CengizSalgin
@CengizSalgin - 08.05.2022 18:49

Great video! Super clear and to the point! A lot of other tutorials dont cover the team working workflow but this is gold! What about using more branches like release and hotfix? Are there good examples how to use those? Greetings from germany 🙂

Ответить
@CengizSalgin
@CengizSalgin - 09.05.2022 20:01

but shouldnt the pull origin master be before pushing the feature branch?

Ответить
@ILikeItPicasso
@ILikeItPicasso - 17.05.2022 07:36

Thanks man

Ответить
@thestophewatts6689
@thestophewatts6689 - 31.05.2022 17:46

Great simple video, helped me a lot, thank you!

Ответить
@lukas7338
@lukas7338 - 05.06.2022 01:25

why "pull origin master" when you are about to delete the branch?

Ответить
@yuvraajkandel1705
@yuvraajkandel1705 - 22.06.2022 17:30

That's an awesome practical tutorial.. Thanks

Ответить
@hannesbeukes345
@hannesbeukes345 - 09.09.2022 09:35

shoutout to all the oldschool coders that did not abandon SVN for git

Ответить
@grantdoyle1259
@grantdoyle1259 - 25.10.2022 18:48

This was a great video for me to document the git process for my team, thanks!

Ответить
@keifer7813
@keifer7813 - 27.10.2022 07:35

Just what I needed, legend

Ответить
@zaranadesai4632
@zaranadesai4632 - 01.11.2022 07:13

Extremely helpful! Thanks!

Ответить
@HimmReaper
@HimmReaper - 12.11.2022 09:44

Well explained! I was struggling trying to understand how to do certain functionality prior to watching this and now my questions have been answered. Thank you!

Ответить
@rajeshs8846
@rajeshs8846 - 15.11.2022 13:38

Does pushing local branch to github automatically creates pull request( merging the branch to master branch) ?

Ответить
@prakashmukta
@prakashmukta - 19.11.2022 11:57

Awesome Explanation. Very Straight forward. Can you clarify my doubt. I am new to git. In your video when you pushed new branch to remote. Branch created in Origin with All Files, in that Branch we see all files instead of just Committed files. You committed only one file right .. But we see 2 files in that newly created branch.
In My Project I have 100's of files For every small change if i push that branch, All files will be pushed.
Can i Create New Branch with Only Committed files ?
Thank You

Ответить
@johnconnor9787
@johnconnor9787 - 23.11.2022 12:35

Please, can anyone help

When you clone repository - did you do it on the companies repository or we should fork, and clone from the copy of our account?

Ответить
@shibu3448
@shibu3448 - 10.12.2022 07:53

Thanks a lot!

Ответить
@ДаниилМирошник-ц4д
@ДаниилМирошник-ц4д - 11.02.2023 14:40

Thank you very much!

Ответить
@Tyheir
@Tyheir - 06.03.2023 16:40

Awesome video, I had so much trouble resolving merge conflicts before. Is there a certain extension needed in VScode to get those accept changes options?

Ответить
@markcuello5
@markcuello5 - 07.04.2023 00:37

HELP

Ответить
@kuoyulu6714
@kuoyulu6714 - 30.05.2023 09:55

Thanks for this video, I learn a lot from this!

Ответить
@super7ace
@super7ace - 09.06.2023 19:18

Thank you so much. Very informative video.

Ответить
@husnainabbas4407
@husnainabbas4407 - 15.06.2023 15:58

Amazing...

Ответить
@sarvarjuraev1376
@sarvarjuraev1376 - 27.06.2023 08:28

Thanks a lot. Very useful and straightforward 🙌🙌

Ответить
@joshuahuang3665
@joshuahuang3665 - 24.07.2023 22:48

I like how you get to the point with this video. Great examples showing a successful merge and resolving a conflict. When you are on a tix-5 branch, does that the tix-5 branch show up on your local file directory? I see you can confirm which branch you are on in the terminal, but I am curious if you can visualize it when you're working on local? thank you.

Ответить
@Jeff24Y
@Jeff24Y - 23.08.2023 04:40

Thank you so much for the video! This has helped me tremendoulsy at my first job!

Also the book Code Complete that you suggested in the video description is a winner! A big big big reason why i was able to get past some of my tech interviews while applying to jobs. If you haven't read code complete i highly suggest checking it out. Link in bio!!

Ответить
@TinyGhost42
@TinyGhost42 - 13.09.2023 15:01

hey, how'd you get your terminal to look like that?

Ответить
@Mfbzai
@Mfbzai - 23.11.2023 18:28

Wonderfull

Ответить
@Razordreamz
@Razordreamz - 28.11.2023 06:53

what is the -A parameter used for? Looks like an "all" but git add already does that so it's why i'm asking.

Ответить
@michaelcheung6290
@michaelcheung6290 - 01.01.2024 16:28

This is the best! Can you tell us more what happens if you find sth wrong after pushing to origin

Ответить
@boredguy5805
@boredguy5805 - 09.01.2024 19:42

So helpful for us noobs man, thank you for making this

Ответить
@ShubhamKumar-mk6zb
@ShubhamKumar-mk6zb - 19.02.2024 08:55

helped much! Thank you!!

Ответить
@searching_knowledge_tjk
@searching_knowledge_tjk - 03.03.2024 05:48

I was curious about the private repo, how I will add contributors, and how to put limited access, such as branches, so they could not push changes to the repo as origin main or master.?? Thank you very much!!!

Ответить
@FlutterPythoncombo
@FlutterPythoncombo - 07.04.2024 11:29

Loving it , Thanks man!

Ответить
@LavanyaD-n7c
@LavanyaD-n7c - 19.06.2024 09:13

Constantly pull from master ? Or branch we create day by day?

Ответить
@MichaelCheung-z2v
@MichaelCheung-z2v - 09.08.2024 17:55

Here's a scenario:
Time 1: A created a feature branch based on master.
Time 2: A worked on 1 commit on the feature branch.
Time 3: There is a new commit (maybe a merge) in the master branch.
Time 4: The next day, A wants to continue to work on the feature branch.

Question:
Should he do a git pull in the morning before doing his work?
Also, after the pull, how should he incorporate the changes in master into his feature branch? Or should he?
Lastly, if the changes in master totally removed some main functions where his feature branch is based on, what should he do?

Thank you!!

Ответить
@asmkwo
@asmkwo - 06.11.2024 16:53

thanks, exactly what i was searching for ! your tutorial + chatgpt for more in depth explanations allowed me to understand everything. A pain point for me was that i didn't understand the merge process when there is a conflict. In my mind, github wouldn't "assume" that you have solved all the changes

Ответить
@anshab123
@anshab123 - 02.01.2025 08:59

Thank you for the video

Ответить