Questions tagged as 'git'

1
answer

After git reset, how do you see git log prior to reset?

I was in the following situation, I was doing a training and I arrived at a point that my page was not loading correctly, being different from the instructor, it indicated a CSS problem so I made a git log and went making git reset...
asked by 24.03.2018 / 17:56
2
answers

Access Denied When Trying to Push Github

I'm having trouble pushing to a repository in GitHub: remote: Permission to fabiojaniolima/laravel-boot.git denied to user123. fatal: unable to access 'https://github.com/fabiojaniolima/laravel-boot.git/': The requested URL returned error: 403...
asked by 23.03.2018 / 22:56
1
answer

Why does "git checkout." not change the packages of node_module that I entered by npm?

I made a small "poop" in my testing environment, and my system simply bugged the whole one, because npm is giving some bugs: Git Bash: ChromeConsole: In the filezilla I have the old packages, the old package.json and the old node_modu...
asked by 15.03.2018 / 21:19
1
answer

How to synchronize my project with GitHub

Hello I have started a project via github in Intellij. I cloned the github data. I logged in via cmd and set everything up. but when I commit. it appears that the commit was successful. But in my git repository nothing changes. I think it is not...
asked by 16.03.2018 / 13:47
1
answer

How do I proceed with applying an emergency hotfix?

If I'm working on a branch for new functionality and need to sign out to create a hotfix. How to proceed? Should I commit a "temporary" commit on the current branch or would it have another approach?     
asked by 12.03.2018 / 22:44
1
answer

How to organize project versions in GitHub?

I have an old project that was written in Laravel 5.3 , I recently rewrote all the code using the 5.5 My question is how to organize this in Github, currently the master branch supports my project based on Laravel 5.3, locally I have the pr...
asked by 23.01.2018 / 14:38
1
answer

How to clean this Deleted from git

Friends I had a file in the local repository. I deleted it and giving the git status the history is like this: $ git status On branch master Your branch is up-to-date with 'origin/master'. Changes to be committed: (use "git reset HEAD <...
asked by 08.10.2017 / 17:02
1
answer

Apply source code updates after fork time and various changes

I have a situation in which we use a system that the code is open source, but we have made some modifications to fit our need. Now the original system has undergone code changes to improve security, I'm looking at their commits and implementi...
asked by 18.08.2017 / 19:33
1
answer

Control of database (MySQL) in production environment

For a good part of my project I have been working with a git repository on a local server, (Debian 7), this week I migrated to gitlab, with no complications in the change, I only changed because of portability, since I'm always working on a loca...
asked by 07.08.2017 / 20:57
2
answers

Leave my internship and remove me as a collaborator, I lost all my commits in my history

Galera, I worked for 7 months in a company and after my contract ended I became a collaborator. I had about 100 commits in their private project, but they all disappeared from my git profile. Does anyone know if I have my private contributions b...
asked by 14.06.2017 / 00:50