Most voted "git" questions
Git is an open-source distributed version control (DVCS) system. Use this tag for Git-related questions, DO NOT USE for programming issues involving a Git repository.
Learn more…924 questions
Sort by count of
-
0
votes1
answer316
viewsVisual Studio project losing references via git
When cloning a project, it is coming with some blank references, having to add manually. This problem only occurs with cloned projects, if you download the project as zip from github, it works…
-
0
votes1
answer36
viewsError installing git in EC2 instance with Cent OS 5
I have an ec2 instance newly created using Centos release 5.11 (Final). One of the first things I tried to do was to install git using: sudo yum install git only that you’re making that mistake:…
-
0
votes1
answer135
viewsI can’t set up remote GIT on the server
I can’t configure GIT to climb the server. I started git locally and set up GIT REMOTE (apparently) right, following some tutorials found on the web. On the server, I created the folder where the…
-
0
votes1
answer958
viewsGit - How to use branches correctly
I’m learning to use Git now, after long experience with SVN. I don’t understand how to use the branches For in the SVN one branch is a copy of trunk with all the files. With that, in case I make one…
-
0
votes0
answers104
viewsProblems with Git
I’m setting up a central server for the repositories, but I’m having trouble doing the commit. I’m following this tutorial: http://rberaldo.com.br/git-criando-repositorios-remotos/ But when will I…
gitasked 7 years, 10 months ago Christopher Dopona 61 -
0
votes0
answers105
viewsGit - How to pull a selective pull for production?
I have the following scenario: 3 programmers (P1,P2,P3) with their local production environments, a QA test server and a production server. According to the company’s business rules there are…
gitasked 7 years, 10 months ago zwitterion 2,876 -
0
votes1
answer2657
viewsI can’t Update spring project on Heroku with git
I follow the following steps but it doesn’t work: git init git add . git commit -m "mensagem" git push heroku master C: Users Adriano Documents deoliveira-embal deoliveira-embal>git init…
-
0
votes1
answer195
viewsProblems with GIT
I had some modified files in my branch path, but I didn’t update my archive. Good but what happens is that I didn’t do the commit of the archives and I was obliged to give a reset throughout my…
gitasked 7 years, 8 months ago Lucas Lima 773 -
0
votes1
answer12679
viewsGithub - Download project (Beginner)
I’m getting started on Git-Hub... I downloaded the Git-Hub version for Windows (GUI version). I can create repository, commit, and post. I wanted to know how I can download a project made by another…
-
0
votes2
answers465
viewsGo up to Bitbucket an already created branch
I have a project in Git Local and I want to go up to the bitbucket, but following the instructions: Get Started with command line Step 1: Switch to your Repository’s directory cd /path/to/your/Repo…
-
0
votes2
answers730
viewsHow do I view all commit files in a branch?
Is there a git command to display all files, from all commits in a branch? Grateful from now on.
gitasked 7 years, 8 months ago André Buarque 3 -
0
votes1
answer1721
viewsUpdate Files in Bitbucket
I have a question about how to update my files in bitbucket, the repository has already been created and I already made the 1 commit. So if you need to upload new files I need to clone the…
-
0
votes0
answers208
viewsLarge repository does not allow git clone
I can a server with git (home made) "private" repositories. I’m having problems with one of the repositories. It turns out that this Repo has already reached the mark of 15GB on server. When I try…
-
0
votes1
answer85
viewsGit merge in windows conflicts and the line in the file is not marked
When trying to perform a git merge on Windows in a file that has been modified on the same line, the message is displayed: warning: Cannot merge binary files: g.txt (HEAD vs. feature3) Auto-merging…
-
0
votes1
answer699
viewsIgnore files from target folder
How do I ignore the files in the folder target maven’s? I want to ignore them so that the git don’t see the files.
-
0
votes1
answer31
viewsMakefile does not work on MINGW64. Can anyone help me?
I’m programming in python in Django with Sublime Text 3, using Git Bash MINGW64. I created the Makefile but when I run I get "bash: make: command not found"
-
0
votes2
answers642
viewsI removed branchs (Git), but they "continue" there, how to remove it for good?
Work in a team of 3 people and for each action we created a branch; over time the amount of branchs created will become great, so I decided to eliminate some branchs that are no longer being used…
-
0
votes0
answers62
viewsError in Android Studio 2.3 Integration with Gitlab
I’m learning how to read and following a step by step in Stack Overflow almost worked, but there’s an error that I can’t fix. I’m using the terminal inside the Android Studio I followed all the…
-
0
votes1
answer87
viewsCan anyone explain to me the structure of Git with Github?
I’m trying to set up Git with Github, but I’m not getting anyone to help me with that? Windows 10 operating system. Example: I use Eclipse and my projects are created in the default directory C:…
-
0
votes1
answer92
viewsCould not read from remote Repository
I created a BARE repository in the folder: c://projetos/cliente1 this in the VMBOX ORACLE that is called (vmserver) then when time access from real pc, returns the following message: $ git clone…
-
0
votes1
answer371
viewsHow do PULL keeping HEAD changes?
Some changes were made, commited and there was conflict in some files. If there was no commits made, would resolve as follows: git stash git pull git stash pop But with commits performed, as can be…
gitasked 7 years, 5 months ago Marcelo de Andrade 7,261 -
0
votes0
answers57
viewsI can’t get a page up on github
I’m using git-bash at the end when I give the command git push origin master, a message appears saying: "remote: Permission to aulasdelivery/aulasdelivery.github.io.git denied to guilhermepassos.…
-
0
votes0
answers34
viewsSpecify DEFAULT language on Github?
I have a PHP project on github. But the same, defined the main language of the project as CSS... Is there a way to change the default language manually? Some editable file.. etc. Thank you.
-
0
votes1
answer295
viewsProblem when doing branch checkout - Bitbucket
I created a branch in bitbucket and I can’t check out anyway. The command I normally use is: git fetch && git checkout I type the command into the local terminal and it simply checks out on…
-
0
votes2
answers321
viewsVersioning of Bitbucket Code
Good afternoon guys, I work at a website development company and we are with the idea/need to host all the sites on github/bitbucket to stop using the old and good FTP as main "versionist" code. The…
-
0
votes1
answer35
viewsCode versioning problems in git restore in tfs
I created a project to test the git repository on tfs online I created the repository and committed the code to the master branch But when looking at the tfs repository, the branch is empty.…
-
0
votes0
answers313
views"git push origin Development" failure: non-fast-forward
I am in the development of a system and the situation is as follows: I created some new files on my machine and I want to send to Bitbucket but it will not. When I was creating I was giving out…
-
0
votes2
answers685
viewsGit does not push to the master branch
I was using . git normally in my project, yesterday I typed something wrong and git started sending me an alert from the corrupted index file. Okay, I did a git reset, I came back a commit and…
-
0
votes1
answer257
viewsDatabase control (Mysql) in production environment
For a good part of my project I came working with git archive on a local server, (Debian 7), this week I migrated to gitlab, without any complication in the change, I changed only for portability,…
-
0
votes1
answer74
viewsApply source code updates after Fork time and multiple changes
I have a situation where we use a system that the code is open source, but we made some modifications to fit our need. Now the original system has undergone code changes to improve security, I’m…
-
0
votes1
answer48
viewsI rename the folder, but when I git push the error
I want a help, I am learning LARAVEL,in the section of product registration was giving error, the folder name was wrong, was PRODUCTS and I changed to PRODUCTS until then no problem. But when I went…
-
0
votes1
answer163
viewsHow to clean this Deleted from git
Friends I had a file in the local repository. I deleted and when giving git status the history is like this: $ git status On branch master Your branch is up-to-date with 'origin/master'. Changes to…
gitasked 7 years, 1 month ago Braian Castro 1 -
0
votes0
answers69
viewsGit hook post-receive does not checkout on Windows
I’m using git to make a automatic deploy. They are two computers with windows 7 on a local network. One of them would be a server and the other would be my development environment. I created a BARE…
gitasked 7 years, 1 month ago Rafael Simionato Hayashi 160 -
0
votes1
answer238
views -
0
votes1
answer45
viewsgit log between closed interval
Receiving an initial date and a final date and I need to get all commits between that interval but the git log interval is open so no commit is on the exact date of the final day and retrieved. An…
gitasked 7 years, 1 month ago user73316 -
0
votes1
answer49
viewsHow to install pull request package?
I’m looking to install an npm package ng2-table, but with a pull request that is not yet merged into master. Is there any way I can add this pull request to my package.json, so that it installs this…
-
0
votes1
answer42
viewsAdjusting local branches before committing
I’m new to Git and I need to make a quick adjustment to my branches. I started an activity in a wrong local branch "X". I would like to migrate the changes to a local branch "Y" to give commit from…
-
0
votes1
answer38
viewsDoes Git have the feature that Subversion had keyword substitution or something?
When I worked with cvs and Subversion I remember a resource where we put some notes in the archives and each time we did one commit these data were updated. In general the data referred to the date,…
gitasked 6 years, 11 months ago Sileno Brito 1,437 -
0
votes1
answer370
viewsProblems pushing to remote repository (Github)
I’m having a really hard time putting a project on Github. First, when I try to do the push via ssh appears the following error: Then, to try to escape the error, I tried to see HTTPS and the…
-
0
votes1
answer44
viewsAbout Blank Projects using git
We are looking to take advantage of a design model for our future projects. As if it were a Blank project. We were trying to forkar the projects, but it didn’t work out very well. Which solution do…
-
0
votes1
answer893
viewsHow to clone from a Bitbucket repository using bash code and passing the password as a parameter?
I have a bash code that creates a server instance in AWS. The last step of this process is to clone the project that is in the bitbucket.org. Usually what I do manually are these steps: cd…
-
0
votes1
answer55
viewsHow to reverse the most recent submissions in git?
I accidentally sent the wrong files in Git, but haven’t put them on the server yet. How can I undo these Git appointments?
gitasked 6 years, 10 months ago henriquehbr 101 -
0
votes2
answers3844
viewsHow to delete commits from gitlab
You can delete commits from gitlab using git commands? I have tried through the visual studio of option > Team Explorer but without success
-
0
votes1
answer251
viewsHow to organize project versions on Github?
I have an old project that was written in Laravel 5.3, recently rewrote all the code using the version 5.5. My question is how to organize this in Github, currently the master branch supports my…
-
0
votes1
answer38
viewsError recreating new ssh key: gitconfig: Permission denied
On the computer I work, there was another user. However I have to create a new ssh key and a new user. But when I execute the commands: $ git config --global user.name "alex Jose silva" I get the…
-
0
votes1
answer232
viewsGit, how to move a file from one folder to another along with its history?
I’m moving a file from one folder to another with the git mv however the file is not coming with the history, how do I resolve this ?
gitasked 6 years, 9 months ago Lucas Lima 773 -
0
votes1
answer338
viewsError when cloning bitbucket repository for umbler
I’m having a problem cloning the bitbucket repository for umbler. The commands that the umbler people passed were: Access your website via SSH: ssh [email protected] -p 9922…
-
0
votes0
answers23
viewsDeploy data that cannot go to github
Good morning, I have 1 project, which is in development and I am using github in the development phase. However configuration files that have password, I n mando pro github haha. Qnd I do the last…
-
0
votes1
answer47
viewsHow to proceed when having to apply an emergency Hotfix?
If I’m working on a branch for a new feature and need to quit to create a Hotfix. How to proceed? Should I apply a "temporary" commit to the current branch or have another approach?
gitasked 6 years, 8 months ago Fábio Jânio 3,407 -
0
votes1
answer45
viewsWhy does "git checkout ." not change the node_module packages I entered by npm?
I did a little "caca" in my test environment, and my system just bugged out, because npm is giving some bugs: Git Bash: Console do Google Chrome: By Filezilla I have the old packages, the old…