Git

2541 readers
10 users here now

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Resources

Rules

  1. Follow programming.dev rules
  2. Be excellent to each other, no hostility towards users for any reason
  3. No spam of tools/companies/advertisements. It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

founded 1 year ago
MODERATORS
51
52
53
54
 
 

Hello,

I have only ever used git in very very basic way: commit, branch, merge request, that's pretty much it.

I have a use case where I pull the repository locally, branch (let's call it branch1), write some code, test it, commit, then create a merge request to master branch.

The merge request takes some time to be approved. During that time I would like to add more edits on top of those I submitted in the merge request. What would be the correct steps here?

55
56
57
 
 

Our team has three seniors. We have 3 juniors and more coming up.

We want to have some set of organization in our git repos. I want the three of us to be required reviewers for the team repos, but we three should be able to merge pull requests for our codes without having to get it code reviewed by the other two.

I tried setting up a codeowners file in github with our team admin group as the codeowner, but it is making me unable to merge PRs for my code without the other two reviewing it. I can add our individual handles as code owners, but that would mean I would need to update every individual repo if we get a new admin or one of us goes away.

What is the best way to achieve what I’m looking for? Please advise.

58
5
Git Patch Stack Goals (engineering.uptechstudio.com)
submitted 1 year ago by [email protected] to c/[email protected]
 
 

Audio and transcript of a discussion of the goals and intent of the Git Patch Stack project.

59
60
61
62
63
64
65
 
 

This is an audio recording I made to try and start to more clearly formulate my thoughts and ideas around these different Git workflows. I would love to hear your thoughts and ideas around these workflows and this topic in general.

66
67
 
 

Hi everyone, I've been in communication with GitHub's support team for several weeks, but unfortunately, they haven't been able to resolve this problem. Therefore, I'm hoping someone here has a solution.

I'm currently facing an issue where I can't push LFS (Large File Storage) objects to any of my repositories. Once I add an LFS object, I lose the ability to push. Here's the error message I receive when attempting to push my code to an empty repository: Link to Error on Pastebin. It just infinitely asks for password and fails every time.

68
69
70
71
72
19
Why Git is hard (roadrunnertwice.dreamwidth.org)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
73
74
75
view more: ‹ prev next ›