Questions tagged as 'git'

1
answer

Deploy using GIT on my server

Hello, I use to be able to upload my GIT site files, deploy to my server automatically so I did the following: 1 - I created a GIT repository on my server, outside the public_html folder 2 - then created a post-receive file inside the hook...
asked by 17.06.2017 / 00:15
4
answers

Adding my files to GitHub [closed]

When I started my project, I put all my files in GitHub correctly, but with the changes I made, I forgot to update the files in git. Now I need to pass all files to GitHub, as I'm starting in git I have no idea how to update them.     
asked by 07.06.2017 / 19:49
2
answers

Git bash does not accept the paste command

I would like to know why git bash does not accept the ctrl + V command. Every time I have to clone a repository in github I have to type the entire url!     
asked by 27.07.2017 / 17:42
1
answer

Is it possible to delete a folder inside a repository directly from the GitHub website without using Git?

Can you delete a folder in a directory directly from the GitHub website without using Git? I would like to delete a folder, but I do not know if it is possible without Git.     
asked by 12.07.2017 / 00:54
3
answers

Get list of changed files in the working directory

When you run the git diff command on the terminal, a window opens displaying the contents of the files with their changes. From there I can know which files have changed. The problem with this method is that to know which files have been...
asked by 26.05.2015 / 16:25
1
answer

Know how many times gitub project was cloned

I have a small question to be resolved and I need to know if there is any way to identify how many times my project in github has been clonado .     
asked by 20.10.2016 / 13:58
2
answers

How to ignore folders / directories in GIT? Ex: .metadata, .recommenders

I have a project in .git where I believe it is necessary to skip some files. However, I put the command and the folder continues to appear in git status. I did this: creating gitignore file touch .gitignore Including files / directories...
asked by 14.05.2017 / 00:13
2
answers

What is the difference between Team Foundation Service and Git?

I want to know the difference between Git and TFS, because I do not understand if both are version control systems or only Git is a version control system while TFS is a web application for hosting Git repositories.     
asked by 16.10.2017 / 02:07
1
answer

What is Initial commit?

I'm learning how to use Git, and I wanted to understand what this initial commit line looks like in the video lesson I'm seeing but it's different in my environment. I want to understand what it is for and how to configure it (I want to leave...
asked by 20.11.2017 / 13:00
1
answer

Unlink local directory from remote directory (Git and Github)

I need to change the machine and I need to unlink the current directory to use it only on another machine. So it can not be changed any more from this. How can I do it?     
asked by 13.11.2017 / 12:56