Linked Questions
168 questions linked to/from Git for beginners: The definitive practical guide
3
votes
2
answers
11k
views
Relationship between GIT, Bit bucket and source tree [duplicate]
I am new to GIT, currently in my project they are using bitbucket and SourceTree. I am only using bit bucket for cloning project and source tree for taking that project on my local drive.When does GIT ...
2
votes
3
answers
5k
views
Updating github repository to match local [duplicate]
I have deleted several unnecessary files in my local and also changed the location of some files. I want my github repository to match what I have locally.
I have previously use command:
git rm
To ...
1
vote
1
answer
8k
views
How can I commit only specific files in Git? [duplicate]
If there are 1000 files in my local repository, and I want to commit and push only 700 files, is there a possibility?
2
votes
2
answers
2k
views
Git: how do *you* use it?/dummies tutorial [duplicate]
Possible Duplicate:
Git for beginners: The definitive practical guide
With git, how do people use it? I mean do you have to use the terminal all the time, or is there a slightly more user friendly ...
0
votes
2
answers
5k
views
How to upload a local directory as a GitHub repository [duplicate]
I am new to Git, I have a project that I did locally, and I want it on GitHub in a repository.
How can I achieve this, because GitHub only has 'Upload Files', not an upload folder kind of option?
-1
votes
1
answer
2k
views
How to push my local project into an empty repository? [duplicate]
How to push a code from my local env to a brand new repository that does not have any branch yet.
-4
votes
2
answers
446
views
How can I really work with Git and branches? [duplicate]
I'm freelance developer and recently picked up the project that is hosted by Git. I decided to use a branch to work on my part. However I need some guidance as I never worked with Git before.
I did:
...
-1
votes
3
answers
348
views
How do I clone with Git? [duplicate]
I am an absolute beginner with Git and clone. So I cloned a Git repository (see picture). But where is the folder, where can I see the content?
-3
votes
1
answer
270
views
Unable to exit from an existing branch [duplicate]
Hello all,
As you can see from this screenshot, I was in the test branch by mistake and the folder shajhanshi is happened to be my main directory.
Which command I should use to exit from that? I ...
0
votes
1
answer
276
views
How do I edit my repository after uploading it to GitHub? [duplicate]
I want to know how to edit my repository after uploading it to GitHub. What is the process to edit my repository?
For editing, should I edit my code on GitHub or on my PC?
1
vote
0
answers
244
views
How to "ignore" files in the remote repo so that they are not included when updating a local copy? [duplicate]
I have a GitLab project with some files that I'd like to have only "remote" and not locally. Is this possible and how can I do this?
I tried using the .gitignore file but that didn't work (I guess ...
0
votes
1
answer
150
views
How to do git hub configuration? [duplicate]
I am a new user to git hub. I just wanted to configure my GitHub account from the git bash. What is the command that should be used to configure username? Please help me to solve this question.
-1
votes
2
answers
83
views
How to add code files in my github repositiry? [duplicate]
I am new to GitHub and I really need help in adding my code files there. Recently my files went missing in vs code and hence I want to save my files before it is gone. Thanks!
-1
votes
1
answer
129
views
How do i connect my android app with git. I am new to git Please help me [duplicate]
please tell me how can I add an android application to git and work on git like version control etc. And what is the use of pull and push etc
-4
votes
3
answers
168
views
How to create a new project on Github, then push the project from my computer [duplicate]
I cannot find the walkthrough I used to check when pushing a new project with git command. I remember logging on to GitHub.com, creating a project. Then do git init, git -add something.. THen i cannot ...