Questions tagged as 'git'

1
answer

Run a github angular project 6

I uploaded a pro github project, I believe that because the file was very large it was "cut" some files, consequently when it is down again (using git clone) the code does not execute on the server. OPS : The original folder (which was creat...
asked by 26.07.2018 / 16:12
1
answer

Error: "unable to connect to cache daemon: Permission denied" when not using SUDO

I used that command git config --global credential.helper cache to store the login cache on bitbucket when I make git pull in production. Everything works perfectly when I use the sudo git pull command, however I'd like t...
asked by 22.06.2018 / 20:24
2
answers

Error during commit in git

I have failed to type a command in git: ** git commit -m initialcommit * I received this message, but I do not know what it means. C:\Users\alex.jose.silva\Documents\demo2 (master -> origin) λ git commit -m inicialcommit [master (root...
asked by 27.03.2018 / 22:21
1
answer

Git, how to move a file from one folder to another along with your history?

I'm moving a file from one folder to another with git mv but the file is not coming with the history, how do I resolve it?     
asked by 08.02.2018 / 11:28
1
answer

Does Git have the feature that subversion had keyword substitution or something like that?

When I worked with cvs and Subversion I remember a feature where we put some notes in the files and every time we did a commit that data was updated. In general the data referred to the date, author and commit number. It was something like t...
asked by 13.12.2017 / 14:19
1
answer

Rename folder, but when I give git push error

I want a help, I'm learning LARAVEL, in the product registration section I was giving error, the folder name was wrong, it was PRODUCTS and I changed to PRODUCTS until then no problem. But when I was uploading the changes to the repository in BI...
asked by 22.08.2017 / 03:52
2
answers

Git does not push the master branch

I was using .git normally in my project, yesterday I typed something wrong and git started to return an alert from the corrupted index file. Ok, I gave a git reset, I returned a commit and everything went back to normal. Well, I worked thi...
asked by 28.07.2017 / 15:04
1
answer

Problems with git repositioning codeam on tfs

I created a project to test the git repository in tfs online I created the repository and committed the code in the master branch Butwhenlookingatthetfsrepository,thebranchisempty.     
asked by 07.08.2017 / 21:24
1
answer

Problem when performing branch checkout - Bitbucket

I created a branch on bitbucket and I can not checkout it. The command I usually use is: git fetch & git checkout I type the command in the local terminal and it simply checks the branch, it continues in the master. NoticethatI'mst...
asked by 29.06.2017 / 00:18
2
answers

Removed branchs (Git), but they "continue" there, how to remove it at once?

Work in a team of 3 people and for each action we would create a branch; with the passage of time the number of branches created will become great, I then decided to eliminate some branchs that are no longer being used and would not even be agai...
asked by 19.05.2017 / 21:07