Questions tagged as 'git'

1
answer

After reverting a merge from a repo to the fork, git does not allow another (already up-to-date)

Good people! I have little experience with GIT (so I mostly work with Github Desktop rather than the command line), and today I had some issues with a fork from the repository of a phpbb theme I've been working on. The first one actually s...
asked by 11.02.2016 / 03:29
0
answers

What is the best way to organize files in a web project? [closed]

First of all, a thousand excuses if this question does not fit the objectives of the site. I want to create a "pack" of themes / skins for wordpress (maybe with some mu plugins), phpbb (or similar) and mediawiki (or not), but first I need to...
asked by 15.12.2015 / 07:54
2
answers

Create New Repository - Git / Bitbucket. Git (Could not read from remote repository)

I'm doing the Ruby on Rails tutorial and I'm getting into a problem. I've already made a hello_app (cap one) repository, and now I'm trying to make the toy_app (cap two) . This is the walkthrough of the tutorial: 1) I created a new directo...
asked by 14.10.2015 / 00:17
0
answers

Error executing Git pull using OpenShift

I'm trying to follow the tutorial for OpenShift. However in step 3 of step 3: $ git pull -s recursive -X theirs upstream master I have the following error:    fatal: unable to connect to github.com: github.com [0: 192.30.252.13...
asked by 30.10.2014 / 13:26
1
answer

.ssh folder is not created when generating the command ssh-keygen -t rsa -C "[email protected]"

When trying to create a ssh key, the .ssh folder is not created in windows by generating the ssh-keygen -t rsa -C "[email protected]" command. With this I can not get the key that should be inside that folder.     
asked by 14.09.2017 / 21:35
2
answers

How to delete gitlab commits [duplicate]

Is it possible to delete gitlab commits using git commands? I have already tried through the visual studio of the > Team Explorer but unsuccessful     
asked by 23.01.2018 / 10:17
2
answers

Upload a branch already created to BitBucket

I have a project in Git Local and I want to upload to bitbucket, but by following the instructions: Get started with command line    Step 1: Switch to your repository's directory cd / path / to / your / repo       Step 2: Connect your exi...
asked by 15.02.2017 / 18:27
3
answers

Configure git for an existing project folder

I have a project already under way where we are adopting scrum as a development methodology. Git is already configured to commit and the clone is working perfectly. My question is, do you have to make the git clone into an existing folder...
asked by 05.02.2018 / 18:21
2
answers

git hub! [rejected] - I can not know the github pro files

I'm trying to send my code to GitHub , but I can not. Follow a tutorial, so I'm in the right folder and such. I made a git add all , gave commit at all, git status appears in print for you to take a look, but there the error...
asked by 21.03.2018 / 13:51
1
answer

I can not update a Ruby project in Heroku with Git

When trying to commit some changes I made in my Ruby project and uploaded to Heroku, I had an error message. Inside the project folder on the terminal I execute the commands: $ git status $ git add . $ git commit -m 'msg' $ git push heroku...
asked by 29.04.2015 / 17:09