Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Child tags of git

14 tags

git-merge × 3

Use for questions about merging in Git (via git-merge command). git-merge integrates changes from another branch by ...

gitignore × 3

For questions about configuring the .gitignore file. This lists paths patterns (files or directories) that Git should not ...

git-bash × 2

For questions about using Git Bash shell utility that is part of the Git for Windows.

git-clone × 2

For questions about cloning a Git repository (getting a local copy of a remote Git repository).

git-stash × 2

For questions related to git-stash command which Allows to move pending changes in a working git directory away and ...

git-show-branch × 1

For questions about Git's show-branch command.

git-history × 1

For questions about inspecting a Git repository history.

git-reset × 1

For questions about the git reset command which sets the head to the specified state.

husky × 1

For questions related to Husky, a dotnet tool that allows running arbitrary actions on specific git hooks.

git-hook × 1

For questions related to Git Hooks, which are scripts that are executed upon certain Git events.

gitlab × 1

For questions related to working with GitLab, a Git repository manager with issue tracking, wiki and continuous ...

git-commit × 1

For questions about the Git commit command which records changes to the repository along with a log message.

git-diff × 1

For questions about git-diff command which shows the changes between: - the working tree and the committed contents of a ...

git-log × 1

For questions related to finding out the commit logs of a Git repository.