Questions tagged as 'git'

3
answers

Doubt in use of git

We are migrating our version control from Subversion to Git. Master , Develop and Master : Develop > Feature . When we have to do a new customization a new branch Feature is created based on Develop and customization is developed...
asked by 16.08.2017 / 15:26
3
answers

How to disable (stop, remove, delete) the git versioning of a repository

I cloned a GitHub repository in my directory, but it came full of commits, that is, versioned. I wanted to restart it as a repository, from scratch, how do I? I've tried the command: git reset (did not work). What I want is the opposite o...
asked by 05.12.2014 / 00:42
2
answers

How to list all remote repositories in Git?

How to get a list of all remote repositories associated with a local Git repository?     
asked by 30.07.2015 / 15:44
1
answer

What do these arguments mean in the "git-checkout" command?

I have the following command in Git to retrieve a file: git checkout (hash-commit)^ --(caminho-arquivo) In this command what does ^ and -- mean?     
asked by 23.04.2018 / 15:11
1
answer

Changing remote path in Git

PROBLEM: I gave git clone to Google's Web Starter Kit repository the project already comes with Git started and with git remote origin master set to Git default. So, if I run the git push origin master command, G...
asked by 09.11.2014 / 00:04
1
answer

How to update Github repository after having changed files locally in Git?

After creating a repository in Github and uploading some files to this repository, I needed to make some changes to the file, I did the commits , but I do not know how to send those changes to Github. p> How do I do this?     
asked by 21.12.2014 / 02:09
1
answer

What is the practical difference between a git merge and a git pull?

In the day-to-day development I always use git pull to pick up changes from the main branch, where parallel developments are merged. However, some IDEs such as Netbeans implement the "git merge -ff origin develop" command, for example the...
asked by 25.08.2017 / 15:39
3
answers

Back files deleted in Git

Friends, good afternoon. I removed some files inside the server, however I need them again, I have them in the git repository. How do I redownload the repository files?     
asked by 25.04.2016 / 20:43
2
answers

How do I get back to a point before a merge in GitHub?

Take a look at the graph of my commits: link I did a crap here, I wanted to do a merge of the branch workspace with the master. The workspace is what was most current, so I wanted to pass the master and delete the workspace branch. So I was...
asked by 07.06.2018 / 00:07
1
answer

How to install the TypeScript Plugin in Sublime Text 3?

I'm trying to install the plugin in Sublime Text 3, and for this I did the steps: I installed the GIT I ran the available commands here in the GIT terminal. IpressedControl+Shift+PtoseeifitwasTypeScript,butnothingappears....
asked by 19.01.2018 / 13:04