In my package.json I have defined a GitHub repo as a dependency. "dependencies": { "react": "^16.3.0-alpha.1", "react-native": "0.54.0-rc.3", "re
Me and my friend has a repo which he created. He then created a branch called "lexer" for us to work on. The problem is that while he can switch forth and back
Iam getting this in my visual studio code no matter how many time I try to reinstall it
I have 2 git branches branch1 and branch2 and I want to merge file.py in branch2 into file.py in branch1 and only that file. In essence I just want to work on
I have 2 git branches branch1 and branch2 and I want to merge file.py in branch2 into file.py in branch1 and only that file. In essence I just want to work on
I am trying to use GitHub Desktop (i.e. the GUI application - NOT command line) to go back to a previous commit (on the same branch). Something that I would hav
So, I know it's possible to get the file size difference outputted as a positive or negative delta value between two commits using git diff command. Although
My local laptop is a Mac. The ssh key is configured properly. This is the content of ~/.ssh/config Host barthea Hostname git-codecommit.us-east-1.amazonaws.com
To lock the versions of dependencies that are installed over a project, the command npm install creates a file called package-lock.json. This
How can I install gitk on a Mac? From their official website, it seems gitk comes with Git, but the version of my Git (git version 1.7.12.4 (Apple Git-37)) does
I'm working with 1 other developer who has created a branch that needs to be merged with master. I get this error when attempting to Pull in Git in Visual Studi
Consider a git repository Foo/, which has submodules bar1/ and bar2/. Each of these has the same branches: 1 & 2. I enter the supermodule, and I want to
I am running Maven Checkstyle plugin through pre-commit githook written in python (I think that the same question applies to running it directly from terminal).
From what I can tell, the steps to move content from GitHub to JsDelivr are the following: Fork from https://github.com/jsdelivr/jsdelivr to https::/github.co
Objective: A TFS (2018) release with an environment that downloads the source code used for the build (using commit hash I would assume) and zips it up before c
Is there any way in VS Code to change a file's name so that the file history is preserved in git, and it doesn't think the tracked file's been deleted? I'm hopi
I am trying to push my project folder to my repository on GitHub. The project has two separate folders, one for back end and one for front end. I gave the follo
I have a project with a working GitLab-CI configuration, but I only want to create and execute a pipeline, when one of my config files are changed. Is there a w
I just do not understand the help page of Git. So what does happen or what is the difference? Assume I have a Git project A with a submodule B. Submodule B doe
You know, these .gits don't look fine in a PC when you work.So I have decided to delete it. But I'm afraid if it deletes my files/folders cloned/pulled from git