Loading...
SCE
Home
AI Assistant
Ask Anything
Categories
Python
C#
C++
C
Visual Basic
Java
JavaScript
HTML
CSS
SQL
Git
VIEW ALL
Other
Tags
What's Hot
Featured
I'm Feeling Lucky
Latest
SCE
Loading...
Sign Up
Log In
AI Assistant
Loading...
How do you create a new branch in Git?
GraceDv
|
Jun 20, 2024
How can you display the number of commits made by each contributor to a repository?
HenryPk
|
Jun 19, 2024
How do you display the list of files that were changed in a specific commit, along with the number of lines added or deleted?
PaulAnd
|
Jun 19, 2024
How do you show the differences between two specific commits?
DavidLee
|
Jun 19, 2024
What command shows the remote URL of a repository?
SamPetr
|
Jun 19, 2024
How can you continue a cherry-pick operation after resolving conflicts?
FrankMl
|
Jun 18, 2024
How do you set up a Git hook to run scripts during certain repository events?
PaulAnd
|
Jun 18, 2024
What is the command to list ignored files in Git?
QuinnLw
|
Jun 18, 2024
How can you ignore files in Git?
SamPetr
|
Jun 17, 2024
How do you push changes to a remote repository?
IreneSm
|
Jun 17, 2024
What command displays the difference between two branches?
RoseHrs
|
Jun 16, 2024
What command shows the stash with diff context?
JackBrn
|
Jun 16, 2024
What command is used to list all commits that are ancestors of a specified commit?
EveClark
|
Jun 15, 2024
How can you show the commit message and changes introduced by each commit in a range?
QuinnLw
|
Jun 15, 2024
How do you display the commit message and changes introduced by each commit within a specified date range?
PaulAnd
|
Jun 15, 2024
What command lists all remote branches?
OliviaWm
|
Jun 15, 2024
How can you ignore changes to a file that is already tracked by Git?
RoseHrs
|
Jun 15, 2024
What command lists all unmerged branches?
QuinnLw
|
Jun 14, 2024
How can you show the commit logs with a graph showing branch and merge history?
AliceWk
|
Jun 13, 2024
How do you sign off on commits in Git?
DavidLee
|
Jun 12, 2024
What is the command to apply changes introduced by a commit as a stash without popping it from the stack?
QuinnLw
|
Jun 12, 2024
How do you show the reflog for a specific branch?
SamPetr
|
Jun 12, 2024
What command is used to show changes between commits?
NickCrt
|
Jun 12, 2024
How can you show the difference introduced by each commit since a branch was created?
IreneSm
|
Jun 11, 2024
What is the command to fetch tags from a remote repository?
SamPetr
|
Jun 11, 2024
How do you delete a lightweight tag?
BobHarris
|
Jun 11, 2024
How do you update a submodule to the latest commit?
KarenKg
|
Jun 11, 2024
What command shows the commit message, author, and date for a specific commit?
LeoRobs
|
Jun 10, 2024
What command is used to set the upstream branch for the current branch?
JackBrn
|
Jun 10, 2024
How can you list the files that were changed in a specific commit?
NickCrt
|
Jun 10, 2024
What command lists all commits that are ancestors of the current commit, up to a specified commit but exclude commits that are ancestors of another specified commit?
DavidLee
|
Jun 09, 2024
What command allows you to rebase your current branch onto another branch?
HenryPk
|
Jun 09, 2024
How can you list all branches in your repository?
MaryJns
|
Jun 09, 2024
What command lists remote repositories?
SamPetr
|
Jun 08, 2024
What command is used to show the contents of a specific file at a specific commit?
IreneSm
|
Jun 08, 2024
How do you interactively add changes to a commit?
LeoRobs
|
Jun 07, 2024
What command lists all commits that are reachable from a given commit but exclude commits that are reachable from another given commit?
TinaGrn
|
Jun 07, 2024
How do you display the commit message and changes introduced by a commit identified by a range of commits?
HenryPk
|
Jun 07, 2024
What command is used to bisect the repository to find a commit that introduced a bug?
TinaGrn
|
Jun 07, 2024
How can you show the changes between two commits, ignoring whitespace?
DavidLee
|
Jun 07, 2024
What command is used to edit and reorder commits with an interactive rebase?
FrankMl
|
Jun 07, 2024
How can you display the total number of commits contributed by each contributor?
HenryPk
|
Jun 06, 2024
How do you show the list of commits that are reachable from the current commit, excluding commits reachable from another specified commit?
BobHarris
|
Jun 06, 2024
How do you cherry-pick a commit from one branch to another?
RoseHrs
|
Jun 06, 2024
What is the command to show the contributors to a repository?
TinaGrn
|
Jun 06, 2024
What command is used to create a tag?
HenryPk
|
Jun 06, 2024
How do you show the commit log for a specific file?
NickCrt
|
Jun 05, 2024
How do you remove a file from Git without deleting it from the working directory?
JackBrn
|
Jun 05, 2024
What command is used to commit changes to the repository?
TinaGrn
|
Jun 05, 2024
How can you continue a rebase operation after manually resolving conflicts?
BobHarris
|
Jun 05, 2024
What command is used to display the list of commits that are ancestors of the current commit, up to a specified commit?
NickCrt
|
Jun 04, 2024
How can you display the list of commits that are reachable from the specified commits, along with the differences between them and the specified commits?
KarenKg
|
Jun 03, 2024
How can you show the changes introduced by the merge commit during a merge conflict?
JackBrn
|
Jun 03, 2024
What command is used to list all commits that touched a specific file?
NickCrt
|
Jun 02, 2024
How do you display the author and date of each line in a file's history?
MaryJns
|
Jun 02, 2024
How do you show the number of lines changed between two commits for each file in the repository?
CarolTh
|
Jun 02, 2024
What command displays the history of a file including changes?
EveClark
|
Jun 02, 2024
How can you show the progress of a clone or fetch operation?
RoseHrs
|
Jun 01, 2024
Git view commit history
SceDev
|
Feb 09, 2024
Delete a file from a git repository
SceDev
|
Feb 08, 2024
How to initialize a new git repo
SceDev
|
Feb 06, 2024
Git add and commit files
SceDev
|
Feb 04, 2024
Undo the most recent local commits in Git
SceDev
|
Feb 02, 2024
Prev
1
2
Next