Trying to retrieve old code for updating... heroku git:clone -a appname creates empty dir... So: $ git clone https://git.heroku.com/appname.
I am trying to get my Android Studio (IntelliJ) IDE settings synced across multiple computers. From what I understand, the easiest options should be to use a se
let's asume, I have a repo. there are separate branches. branch A & branch B. branch A has 15 commits and branch B has 10 commits. now I am working on branc
I am trying to simulate a simple merge conflict, having read about similar tasks on the website, my situation is slightly different. Here are the steps that i a
after the last two updates of xcode I am having a really annoying problem with git. All commands but git push works perfectly. But git push stalls/hangs. This i
I'm very new to git. I'm an idiot and I was using it without really knowing what I was doing. I accidentally overwrote everything in my local with the master. 3
When I do push in Visual Studio, it says in Polish language "Git: Brak lub niepoprawny ID zadania w message'u commita"(translated as "Missing or invalid task ID
In my ElasticBeanstalk environment, it always (for years) used to take ~5 mins for my Node.js app to be deployed and for the instance to change from status "Pen
I have this scenario: There are 2 branches, 'develop' and 'feature-branch'. This two branches have been growing over time each one independently. Now, 16 of Nov
I work on Windows 10 with WSL2. I initialized a git repo in git bash (Windows) and everything works fine (commit, push etc.). git status # on Windows, git b
I recently wanted to start tracking some project files for a certificate course I'm taking, so I got the Git Desktop app and linked my main project folder to my
I created a project and I want to send it to heroku but I have a problem with the URL so I wanted remove remote.origin.url=http://exp and replace that with remo
What's the point of the Sign Off feature in Git? git commit --signoff When should I use it, if at all?
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