Turn Local Folders into Git-Repo. Git-ல் SuperStar ஆக GitHub வேணாம்! Local Repo போதும் 😉
Автор: One Step Ahead
Загружено: 2025-06-21
Просмотров: 238
Описание:
I will show how to Convert Local Directory into Version Controlled Git Repository. No need of Github to mainain the version of your software. For sensitive codebases, you can maintain the repository locally, which is safe and private.
Im using VScode to show the demo. You can use Git Bash terminal to run the Git commands directly.
Git commands:
git init ===== Initializes a new Git repository in the current directory.
git status ===== Shows the current status of the working directory and staging area (e.g., modified, staged, or untracked files)
git add . ===== Stages all changes (new, modified, deleted files)
git commit -m "Description" ===== Commits the staged changes to the repository
git ls-files ===== Lists all files that are currently tracked by Git in the repository
git log ===== Shows a detailed list of commits in the current branch
git log --oneline ===== Shows a oneline details of each commits
git branch ===== Lists all branches in your repo.
Timestamps
0:00 Introduction
01:08 Why use Git?
03:33 What is Change, Staging & Commits?
04:37 Git Installation
06:36 Git Demo
11:23 GitLens Extension (use to maintain GitRepo)
12:27 gitignore files (ignored specified files to be tracked/committed)
15:23 Outro
Повторяем попытку...

Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: