I'm using this answer on "how to disable git checkout auto-complete" (specifaclly, using the --no-guess part, as the export didn't seem to work.) I have a .git
We have a common LDAP account/user. We plan to use this user to configure Jenkins for our team. I logged in to the machine/VM using my login and installed Jenk
Environment information ~$ git --version git version 2.11.0 ~$ git svn --version git-svn version 2.11.0 (svn 1.9.5) ~$ svn --version svn, version 1.9.5 (r17706
How can we implement server-side hooks, or any similar solution, to restrict git push into git server? For example, we want to disable push of commits containi
I am trying to get a raw file from a Bitbucket repository using curl with the following commands (I have tried many but I am including the last two): curl -L
I have two ADO repositories named private2 and public2. private2 references public2 as a submodule: I also added a yaml file (vsts-cicd.yml) for build as follo
I had SSH key paired with my Win10 machine and Github account, and it's was working on Bash, but today I installed ZSH (oh-my-zsh) via WSL, and now when I'm try
I have a local repo which was linked to a old remote repo. I made a new repo on GitHub and ran this in the folder git remote set-url origin <new repo url>
I'm using BitBucket Pipelines for the first time to SSH into a development server and perform a git pull origin branch whenever a push is made to the said branc
I'm using the following snippet to clone a single branch of a git repository to the local filesystem using JGit: public void cloneSource(Path dir) throws IOExce
I try to clone a project from Bitbucket into Android Studio. The project was originally published from Eclipse. But I get the error: Clone failed. Failed
I am executing this command on the second file I want to remove (the first was JetBrains' .idea folder files which are now in .gitignore), but I am not able to:
I have a laravel app deployed on an apache2 server in an ubuntu VM. It took an awful lot of time to set up, but I would like to make some more changes to the we
I am trying to pull a github repository from bitbucket using pyCharm. I added the path to my git executable under version control / Git and installed the bitb
I am trying to configure git server and client on two local windows machines. I installed git software on both the machines. Enabled openssh server optional fea
I have a gitHub repo and I recently copied my local folders to a different machine/hard drive. This is a Windows 10 Pro laptop. I made some changes to the loca
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