Now everyday i'm taking the full back-up of gitlab-CE 8.12.4 server whose size is more than 4 GB. Is there any way or work-around to take the incremental backup
I got this error in pull or push in a Git local repository: Cloning into 'porject.get'... warning: failed to stat 'C:/.get/objects/02/20365a0796c99f07237a3fb8ba
I want to add some files that menu.blade.php, index.blade.php, proses.blade.php and show.blade.php I try like this : It's exist error like this : fatal: pa
Expected Behavior I edited file1, committed, and did this $ git push NOTICE: Only authorized blah blah blah... Counting objects: 7, done. Delta compression
I am currently working on a game project for Android using Unity and Rider on Windows10. Git administration is using Github Desktop. After completing the game
In git, how can one find out which files in directory have NOT changed since some commit?
I am using Git gui. I see this error for several files in a folder. I have two choice buttons - Unlock index and Continue. I don't understand what the buttons d
I'm trying to install package.json file using the command npm install, but I'm getting the following error. npm ERR! git dep preparation failed npm ERR! command
I have a big problem and I can't understand this topic. I have a server with a website. I created a repository there with git init. Than I made a git add * to a
I am trying to run a Node app on a newly created Heroku App from their web. I followed their steps and still I am getting errors when displaying app status. I
I want to create a folder hierarchy in a GIT repository on Azure Devops using the REST API. (automated via a script) The docs https://docs.microsoft.com/en-us/r
When committing on a project that uses Husky, I get an error that says not found husky-run I checked the package.json and it has husky as a dependency, and I ca
What is actual difference in results when it comes to source control systems, between running a command like: git mv <src> <dest> # see: https://gi
I have used git a few times and it has always been a painful experience. However i noticed that bitbucket host private repos for free if less then 5 users and I
I'm work on Linux Mint: Screenshot of mint version I have latest version of Visual Studio code: Screenshot of vs code version After new reload of OS extension G
I had a project where I was the only developer. Then a new developer joined the project and created his developer branch. I would like to create a separate pl
I want to build a Jenkins job when a change was done (merged) in multiple branches. What I tried was to configure "Source Code Management" with GIT, Branch Sp
I tried cloning my website repo and I got this error that I've never had before. I don't know if I should still try to use my local repo if its unstable. chen@c
I have a global git hook post-commit which is situated under: ~/.git_templates/hooks/post-commit I have made it global by git config --global init.templated
How can I clone something on git with a different account? For example, I might have been using one account for cloning, and now I need to access a repo that on