I was wondering if there is anyway to restrict the branch creation in GitHub. I have 4-5 branches created for a repo and would like to maintain it that way. I h
I use the command git log --all --decorate --graph --oneline very often and I want to create an git alias for --all --decorate --graph --oneline. I tried with
I would like to see what the code in a whole repository looks like of a specific release. As an example, I'd like to view the code for Apache Airflow as of vers
I am checking out vscode to see if it does anything better than other options out there. I have the native version control and GitLens installed. I am trying to
I was attempting to install Git through it's tarball, and I came across a few missing file errors. How might I fix this? /bin/sh: 1: curl-config: not found GIT
I am trying to push code to github with SublimeGit plugin, but something weird occurs to me. Pushing to https://github.com/username/username.github.io.git
I've started to work on an android project that has many Gradle tasks. After cloning the project from git, there is no Gradle tab in Android Studio!
I'm trying just git commit and Git is giving this message: hint: Waiting for your editor to close the file... /c/Users/AGT/AppData/Local/Programs/Microsof
In my working tree there's a directory with several modified files that I temporarily would like to not see when I do git status. But this should ideally be don
I am using GIT, and I have created a new branch (named foo) on my local (one that doesn't exist on the repository). Now, I have made some changes to my original
I have followed the explanation here for setting up auto authentication of github on my CLI (on Linux, Ubuntu). In particular, I executed the command given here
Say I have a file in a repo and I want to find out which branch has the most recent version of the file, let's say the filepath is 'foo'. Let's assume the stat
I'm trying to create one or many comments in one or many files after a commit. The way I'm doing the POST request now is through the PR's number, passing the b
I'm trying to create one or many comments in one or many files after a commit. The way I'm doing the POST request now is through the PR's number, passing the b
I've just started a new job where they're using git-repo. There's an XML manifest file that contains all the different repos that looks like: <project p
I have a question regrading intertwined repositories. I have a repo, lets call it common_repo. common_repo holds code which is relevant to most of my other re
We have a lot of branches that are inactive (the newest is 7 months old, the oldest is two years ago). I'd like to remove all of those branches in bulk from the
When I create a new rails application I'm seeing a warning in git about LF replacement. I do git init git add . and then boom! I see
I'm having a strange problem with Git i VS2022 and VS2019. When I Push, fetch or pulls I get a error saying "failed to fetch from the remote repository. see the
Quite new to git, so if i made any obvious mistakes I am sorry. When I do git commit, it prints the following message: hint: Waiting for your editor to close t