#git - Questions and answers
22 questions,
2 pages,
20 questions on this page
5 points
EN
What does the following error mean?
0 points
EN
How can I check Git version from Windows10 command prompt (cmd)?
3 points
EN
How do I commit a file that I manually deleted in my project? After the git status command I get the following result: Now I want to commit file2.txt, how can I do this?
3 points
EN
How can I add untracked files using git bash?
0 points
EN
How to merge a new branch to the master branch using Git Bash?
3 points
EN
Is there a way to list all remote branches using git?
19 points
EN
How can I pull all branches to local repository from remote repository in git?
0 points
EN
Hi, can anyone tell me if npm create-react-app automatically creates .gitignore file for node modules?
8 points
EN
Sometimes when I run git pull command on my project I get following error: The solution is to restart Windows. Is there any other approach that sovles the problem?
2 points
EN
My problem description: When I make git pull I have an error: How can I fix it?
2 points
EN
How can I reset 1 commit back with Git? I don't want to keep anything eg any local files not commited etc, I just want to roll back 1 commit. Nothing else, nothing more. Thanks for the answer.
2 points
EN
How can I clean up and remove everything from the git bash console?
1 points
EN
How do I revert all changes in file with Git from Intellij IDEA UI? I made changes only locally and I want to revert all changes and go back to the project version. How to do it?
3 points
EN
Hi :) I'm starting my adventure with programming and set up an account on github, but I'm not sure what is the difference between a repository and a project. Is there a separate repository for each pr...
3 points
EN
Can anyone share basic gitignore file for Intellij Idea initial project (java)?
1 points
EN
I have got task to make code review and I am newbies in git. After I made git pull I got some conflicts. Console: As I suppose it happened becasue someone changed git history. I have created this bran...
3 points
EN
I mean when I make rebase the commits will be kept in order by date time or not? Is it possible to have that last commit will be older than the previous one? Example: First commit (last commit) - time...
6 points
EN
How do I cancel git revert mode? I tried to revert some files, but made some mistakes during the way. Now I am in git revert mode: How to quit the '|REVERTING' part and go back to the branch 'master' ...
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Posts you may like
- JavaScript - subtract hours from date
- Java - deserialize JSON array to java object with Jackson lib (from json string to java object)
- Python - update dictionary items
- TypeScript - compare two dates
- JavaScript - parentNode vs parentElement vs offsetParent
- Java - check words similarity (fuzzy compare with bigrams)