Git & Version Control questions and answers
Branching, rebasing, remotes and recovering from mistakes. Page 12 of 20.
Interview Questions practice on Codemia
Over 8,000 real interview questions from top companies, searchable by company and role.
Answers 661-720
- How can I remove/delete a large file from the commit history in the Git repository?
- How can I remove/delete a large file from the commit history in the Git repository?
- How can I rename a git stash?
- How can I rename a local Git branch?
- How can I replace a local branch with a remote branch entirely in Git?
- How can I replace a local branch with a remote branch entirely in Git?
- How can I reset or revert a file to a specific revision?
- How can I restore the permissions of files and directories within Git if they have been modified?
- How can I revert a single file to a previous version?
- How can I revert a single file to a previous version?
- How can I revert multiple Git commits?
- How can I revert uncommitted changes including files and folders?
- How can I revert uncommitted changes including files and folders?
- How can I rollback a git repository to a specific commit?
- How can I save username and password in Git?
- How can I search Git branches for a file or directory?
- How can I see the changes in a Git commit?
- How can I see the differences between two branches?
- How can I see the size of a GitHub repository before cloning it?
- How can I see what has changed in a file before committing to git?
- How can I see what I am about to push with git?
- How can I see which Git branches are tracking which remote / upstream branch?
- How can I see which Git branches are tracking which remote / upstream branch?
- How can I selectively merge or pick changes from another branch in Git?
- How can I set up an editor to work with Git on Windows?
- How can I show what a commit did?
- How can I solve fatal Invalid credentials error when pushing to Bitbucket?
- How can I specify a branch/tag when adding a Git submodule?
- How can I specify a branch/tag when adding a Git submodule?
- How can I stage and commit all files, including newly added files, using a single command?
- How can I stop .gitignore from appearing in the list of untracked files?
- How can I stop .gitignore from appearing in the list of untracked files?
- How can I switch my git repository to a particular commit
- How can I switch to another branch in Git?
- How can I tell if a given git tag is annotated or lightweight?
- How can I tell which remote parent branch my branch is based on?
- How can I turn on a pager for the output of git status?
- How can I undo a git commit locally and on a remote after git push
- How can I undo git reset --hard HEAD~1?
- How can I undo git reset --hard HEAD1?
- How can I undo pushed commits using git?
- How can I undo pushed commits using Git?
- How can I unstage my files again after making a local commit?
- How can I use git pull while ignoring local changes?
- How can I use the repository pattern correctly?
- How can I use Visual Studio Code as the default editor for Git?
- How can I view a git log of just one user's commits?
- How can I view a git log of just one user's commits?
- How can I view an old version of a file with Git?
- How can I view prior commits with git blame?
- How can I view the Git history in Visual Studio Code?
- How can my iphone app detect its own version number?
- How can one change the timestamp of an old commit in Git?
- How can one change the timestamp of an old commit in Git?
- How can you undo the last git add?
- How come kafka fails to commit offset for a particular partition?
- How could I ignore bin and obj folders from git repository?
- How do distributed locks work in Spring Data JPA repository level?
- How do I add an empty directory to a Git repository?
- How do I add an existing Solution to GitHub from Visual Studio 2013
.png&w=3840&q=75)
Free course
Beginner
7 lessons
2 hours
Tackling System Design Interview Problems
A short course that equips you with the skills to approach system design interviews methodically.
Start the free course