Questions tagged as 'git'

1
answer

Upload laravel project to a VPS, using Nginx, without using Git

I have a question, I searched Google and I can not find a convincing answer, I have a VPS, the Nginx server is already configured, I was able to start a page with Laravel and I could access it from the internet using a domain, the problem is in...
asked by 25.10.2018 / 03:59
0
answers

Git-fatal: adding files failed

I'm new using git and practically nothing about it. When I want to use git add --all , after a while I get the error fatal: adding files failed Can someone tell me what could be causing the problem and how could I fix it?     
asked by 25.10.2018 / 22:00
0
answers

fatal git: The remote end hung up unexpectedly

I'm using version 2.19.0 of git on Mac And when I do one: git push origin feature/xxxxxx Send me the following: 18:01:29.622365 git.c:415 trace: built-in: git push origin feature/pay-notification-set-up 18:01:29.623402 ru...
asked by 19.09.2018 / 01:06
0
answers

Different strategies to merge Git branches?

In bitbucket merging a pull request offers different strategies (Merge strategy), which are: # Merge commit git merge --no-ff # Squash git merge --squash # Fast forward git merge --f-f-only I've only used the first one, which com...
asked by 10.09.2018 / 22:34
0
answers

How to choose the correct HEAD in a file with git

I have a file to which I do a git show plus the short SHA value, and it throws me the following: diff --git a/inc/ticket.class.php b/inc/ticket.class.php index 1108eac..cf68362 100644 --- a/inc/ticket.class.php +++ b/inc/ticket.class.php @@ -3...
asked by 27.08.2018 / 17:08
1
answer

Error when Deploy to Heroku?

I am doing the deployment of an application made in Java to a cloud server in heroku. Deposit the app in the local Git repository of my machine and when you try to push to upload the code to the server, the following appears: $ git push heroku...
asked by 18.08.2018 / 18:10
0
answers

Do 'push' from gitlab to heroku or use discord webhooks in heroku

I'm creating a discord bot (in javascript) and I would like for each update to use the webhook for discord (heroku I do not get the url from discord's webhook), try it with github, which is an option that has heroku, but can not be put in privat...
asked by 20.08.2018 / 03:14
0
answers

Does Git not have permissions when initializing repository in VS code?

I have a linux mint and I have installed Xampp, the folder of my web page is housed in a directory that only has root execution and modification permissions, and I do not know how to give the permissions to git so that it can initialize reposito...
asked by 19.08.2018 / 05:11
0
answers

Readme.md GitHub

A question, because when I use the style text codes in the README.md file such as #Title among the other style codes, these are not displayed when loading the repository page in which it is displayed by defect the readme.md file     
asked by 01.08.2018 / 04:27
0
answers

Problem with EsLint

Holaaa help, I have a problem! I installed EsLint and now it happens to me that when I want to put "href" on a button it does not take it. I see those options that are from Angular and I use pure JS. Does anyone know how to fix it?     
asked by 29.07.2018 / 06:40