Questions tagged as 'git'

3
answers

Error typing GIT PUSH

I'm on my machine and I want to upload the files on my local machine to my repository at github.com . I have already executed the commands git add , git commit and only need to upload them. When I run git remote -v , it...
asked by 15.03.2017 / 19:01
3
answers

How does version naming work for private or public projects?

I'm developing a project that serves as bootstrap for future contributions via Git, and I would like to know which version scheme is most used, say "version" for the state of the software, example version 0.1.1 Following the basic guidel...
asked by 25.08.2015 / 01:32
1
answer

Automatic Deploy after Git Push

I use OpenShift daily to create and host applications in the clouds. One interesting thing I notice is the deploy process of the applications hosted on this platform. Deploy is preceded by the git push command. A single, simple comman...
asked by 25.08.2015 / 16:45
2
answers

Is there a specific rule for commit messages in versioning systems such as Git?

The people here where I work, for a certain period, used to not call the messages they wrote by making a git commit here. It seems that Git was simply "a place to save things so you do not miss the changes". So, when I needed to che...
asked by 25.04.2016 / 20:05
2
answers

What is a pull request for?

I'm working as a team on bitbucket and would like to know what a pull request is for. At what times should we use this feature.     
asked by 26.04.2017 / 19:17
2
answers

How to work efficiently with branch in git?

I'm trying to define a working schema to keep my repository in GitHub organized, but it's hard to come up with a solution. My "idea": I thought about keeping the branch master (default) and develop in the remote repository. The mas...
asked by 10.03.2018 / 00:04
5
answers

Is it possible to integrate the GIT with some task manager?

Is there any way to integrate a task manager (let's suppose, Trello) where the developer, when committing his activity, associates it with some specific task? In research I found Trello with GitHub, but the purpose of this one is free and w...
asked by 11.05.2015 / 15:42
4
answers

How to copy commits from one branch to another?

I'm using the following workflow with git: I define a task I create a branch for it from the master Implement the task Pull in master I merge my branch into master I push the master However, I skipped step number (2) and got all...
asked by 17.02.2014 / 23:44
1
answer

fatal: Not a git repository

I created a repository in GitHub and then I was playing files by Git using cd C:\Users\Nikolai\Desktop\exercicios-c git remote add origin https://github.com/NikolaiCinotti/exercicios-c.git git push -u origin master And I got the error:...
asked by 17.08.2016 / 21:35
1
answer

How to change the language of Git to English on Linux?

I'm using Git on the Linux terminal (Ubuntu), and it's in Portuguese.    In the master branch       Initial Submission.       nothing to send (create / copy files and use "git add" to register) How do I change the language settings for...
asked by 21.08.2017 / 20:22