Questions tagged as 'git'

1
answer

Android Studio does not show project structure

I have uploaded my project to bitbucket in Android Studio that is on another PC (Mac) and here my problem :. I'm downloading it from bitbucket to Android Sstudio on another PC (Windows) and I download the files but it does not show me the struct...
asked by 19.12.2016 / 00:52
1
answer

error: src refspec development does not match any when doing a push

When I try to push the development branch of my repository I get the error    error: src refspec development does not match any. This is what I have done: 1 - cloned the repository git clone [email protected]:solay-Apache/koica-inscript...
asked by 30.03.2018 / 22:53
1
answer

Error could not revert when doing git revert

1) I add empty file.txt to the git folder: git add . git commit --m "Commit Inicial" 2) Edit file.txt: |||| A |||| git add . git commit --m "Commit A" 3) Edit file.txt: |||| A B |||| git add . git commit --m "Com...
asked by 17.03.2018 / 13:35
1
answer

Branch management in GitLab

In the company where we work, we use SVN as a version manager, we plan to migrate to GitLab, but we are not very clear about what the workflow should be like, taking into account the following: Analysts develop both to solve incidents and fo...
asked by 29.09.2016 / 22:31
1
answer

Save Changes Git stash

Because when I create a stash in git to save my changes it is created, but it still keeps changing me and with this I can not change branches, to create another and clean the branch?     
asked by 15.10.2018 / 19:17
2
answers

Can changes be made from one branch to another in Git?

I started using Git relatively recently and I have the bad habit of starting to program without creating a new branch. That is, I modify the code directly from the master branch. Can the changes made in one branch be moved to another a...
asked by 09.06.2017 / 12:53
2
answers

Pull to a remote branch that does not exist in my local

A co-worker created a branch called feature/validateEmail . I want to do pull or checkout of that branch on my machine to be able to work on it but without waiting for it to do merge a develop or a...
asked by 02.12.2015 / 02:23
2
answers

At what point should I commit to git? [closed]

I'm just starting with git and although I know very well his theory commands and others I have a hard time getting used to the practice ... Let's say that I'm in a project and I'm developing the navigation bar .. should I commit when I have t...
asked by 13.02.2016 / 02:17
2
answers

c ++ - Preprocessor - Existential doubt

I really have a doubt in existence, and as I go on it makes me more noisy and I really do not know if I'm doing things right. I have my own software, which I developed a few months ago ... it goes quite well in its purpose, but it turns out that...
asked by 27.11.2018 / 15:23
1
answer

Git does not work for me .gitignore

Good I have a repository git with this .gitignore .DS_Store node_modules/ dist/ npm-debug.log yarn-error.log assets/img/file # Editor directories and files .idea *.suo *.ntvs* *.njsproj *.sln #Archivos de eclipse .project .buildpath...
asked by 07.12.2017 / 07:20