tech-studies
Search
Search
Dark mode
Light mode
Explorer
Tag: git-github
80 items with this tag.
May 31, 2026
Remote repositories
git-github
May 31, 2026
Branching and merging
git-github
May 31, 2026
Git fundamentals
git-github
May 31, 2026
GitHub advanced
git-github
May 31, 2026
GitHub basics
git-github
May 31, 2026
GitHub collaboration
git-github
May 31, 2026
Inspecting and undoing
git-github
May 31, 2026
Rewriting history
git-github
May 31, 2026
Stashing and tags
git-github
May 31, 2026
Version control basics
git-github
May 31, 2026
Branching strategies (Git Flow, GitHub Flow, trunk-based)
git-github
workflows
May 31, 2026
Creating and switching branches (git branch, git switch, git checkout)
git-github
branching
May 31, 2026
Deleting branches
git-github
branching
May 31, 2026
Fast-forward vs three-way merge
git-github
merging
May 31, 2026
Merging branches (git merge)
git-github
merging
May 31, 2026
What is a branch?
git-github
branching
May 31, 2026
Checking status (git status)
git-github
inspection
May 31, 2026
Committing (git commit)
git-github
commits
May 31, 2026
Ignoring files (.gitignore)
git-github
gitignore
May 31, 2026
Initializing a repository (git init)
git-github
repository-setup
May 31, 2026
Removing and moving files (git rm, git mv)
git-github
file-operations
May 31, 2026
The working directory, staging area, and repository
git-github
git-internals
May 31, 2026
Tracking changes (git add)
git-github
staging
May 31, 2026
Viewing changes (git diff)
git-github
diffing
May 31, 2026
Viewing history (git log)
git-github
history
May 31, 2026
Dependabot and security alerts
git-github
security
May 31, 2026
Gists
git-github
snippets
May 31, 2026
GitHub Actions and CI/CD
git-github
ci-cd
May 31, 2026
GitHub CLI (gh)
git-github
tooling
May 31, 2026
GitHub Pages
git-github
hosting
May 31, 2026
Personal access tokens and SSH keys
git-github
authentication
May 31, 2026
Releases and packages
git-github
distribution
May 31, 2026
Submodules and monorepos
git-github
repo-structure
May 31, 2026
Cloning vs forking
git-github
collaboration
May 31, 2026
Code review and comments
git-github
code-review
May 31, 2026
Creating a GitHub account and repository
git-github
github-setup
May 31, 2026
Forking a repository
git-github
collaboration
May 31, 2026
GitHub Issues
git-github
issue-tracking
May 31, 2026
Merging PRs (merge, squash, rebase)
git-github
pull-requests
May 31, 2026
Pull Requests
git-github
pull-requests
N
May 31, 2026
README, LICENSE, and repository structure
git-github
repo-structure
May 31, 2026
Branch protection rules
git-github
access-control
May 31, 2026
Collaborators and teams
git-github
access-control
May 31, 2026
Discussions
git-github
community
May 31, 2026
Labels and assignees
git-github
planning
May 31, 2026
Notifications and watching
git-github
workflow
May 31, 2026
Projects and milestones
git-github
planning
May 31, 2026
Reviewing and approving changes
git-github
code-review
May 31, 2026
Cleaning untracked files (git clean)
git-github
undoing
May 31, 2026
git bisect
git-github
debugging
May 31, 2026
git blame
git-github
inspecting
May 31, 2026
git show
git-github
inspecting
May 31, 2026
Restoring files (git restore, git checkout --)
git-github
undoing
May 31, 2026
Adding and managing remotes (git remote)
git-github
remotes
May 31, 2026
Cloning (git clone)
git-github
remotes
May 31, 2026
Fetching (git fetch)
git-github
syncing
May 31, 2026
HTTPS vs SSH authentication
git-github
authentication
May 31, 2026
Pulling (git pull)
git-github
syncing
May 31, 2026
Pushing (git push)
git-github
syncing
May 31, 2026
Tracking branches and upstream
git-github
branching
May 31, 2026
What is a remote?
git-github
remotes
May 31, 2026
Amending commits (git commit --amend)
git-github
history-rewriting
May 31, 2026
Cherry-picking (git cherry-pick)
git-github
history-rewriting
May 31, 2026
Interactive rebase (squash, fixup, reword, drop)
git-github
history-rewriting
May 31, 2026
Rebasing (git rebase)
git-github
history-rewriting
May 31, 2026
Reflog and recovery (git reflog)
git-github
recovery
May 31, 2026
Resetting (git reset --soft / --mixed / --hard)
git-github
history-rewriting
May 31, 2026
Reverting commits (git revert)
git-github
history-rewriting
May 31, 2026
Applying and dropping stashes
git-github
stashing
May 31, 2026
Creating and pushing tags
git-github
tagging
May 31, 2026
Lightweight vs annotated tags
git-github
tagging
May 31, 2026
Semantic versioning
git-github
versioning
May 31, 2026
Stashing changes (git stash)
git-github
stashing
May 31, 2026
Centralized vs distributed VCS
git-github
architecture
May 31, 2026
Getting help (git help, man, -h)
git-github
tooling
May 31, 2026
git config (user.name, user.email, core.editor)
git-github
configuration
May 31, 2026
Git vs GitHub
git-github
fundamentals
May 31, 2026
Installing and configuring Git
git-github
setup
May 31, 2026
What is Git?
git-github
fundamentals
May 31, 2026
What is version control?
git-github
fundamentals