Recently, my visual studio can't clone from repository of GitHub. Once it is completed clone, the visual studio will report this error "One or more errors occur
My repo has lots of files with CRLF. I want them to be changed to LF. I tried to change in my working copy and commit them but the changes are ignored by git. T
Due to the recent problems on Heroku´s Dashboard, I am trying to deploy directly my app through Git as stated here: https://devcenter.heroku.com/articles
Git newbie here. I made some changes that I wanted to abandon. So I did a checkout to an earlier point, and started working again. I don't recall exactly what e
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 do not want to undo the changes. I do not want Git to ignore this file. (Note: a totally hypothetical situation in order to explain the question.) I'm an inex
I'm in VSCode and just made a ton of changes on my branch. I have a rough draft that would be a shame to lose due to to not backing up online. So naturally it w
I have a git commit-msg hook that looks like this: #!/bin/bash COMMIT_MESSAGE_FILE="$1" COMMIT_MESSAGE=$(cat "$COMMIT_MESSAGE_FILE") if echo $COMMIT_MESSAGE |
I have a gulpfile in a project directory. I use gulp frequently and this file is similar to my different gulpfile's that I've used many times before. I first be
While on a branch, I'm looking to run effectively this command: git diff --name-only master... using magit. What is the appropriate keystroke to see the name
When I try to push my code from eclipse 4.22.0 to local git server, come error messege Can't connect to any repository: http://192.168.0.100:3000/root/ABC (http
I have some branch name X I was working on. I committed my work locally (didn't push). Then I noticed a bug and tried to compare my results to the ones in the r
First of all, thank you so much for your attention on this important issue that I'm dealing right now... See the image below then keep reading the text: So, I b
I have an on-prem GitLab with a huge repository with many folders. I'm trying to create a freestyle Jenkins job that would only retrieve the folder from the rep
I want to add gitignore with 2 files( node_module,another one) in a private repository which is given by github classroom. But I already git pushed for several
I tried ssh -T [email protected] and was successfully authenticated. this is the error I get when trying to push. [email protected]: Permission denied (publickey). fa
I'm trying to figure out how to push a tag after a successful build back to the azure devops git repository. Whether I'm just asking the wrong questions or goi
I am trying to cherry-pick gerrit reviews using a python script. I already have the string required to cherry-pick a review. I have used pexpect to automate the
I am having trouble getting multiple GitHub accounts working on the 1 machine (Windows 11). Here's the scenario. My work has a Github account. Let's call it jon
I have a local repository with n number of submodules in it. sometimes i work on these sub-modules and make changes to it.when i wanted to commit and push these