https://github.com/ahmed-hamdy101/foundation-of-git-command
This a Foundation of Git command every file end with Shell Extension so you don't have to worry about command all you have to do execute it
https://github.com/ahmed-hamdy101/foundation-of-git-command
command git shell terminal
Last synced: 4 months ago
JSON representation
This a Foundation of Git command every file end with Shell Extension so you don't have to worry about command all you have to do execute it
- Host: GitHub
- URL: https://github.com/ahmed-hamdy101/foundation-of-git-command
- Owner: Ahmed-Hamdy101
- License: unlicense
- Created: 2022-10-12T06:38:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T03:41:01.000Z (over 3 years ago)
- Last Synced: 2025-02-26T21:45:21.374Z (over 1 year ago)
- Topics: command, git, shell, terminal
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Git Command
## Welcome in Foundation Of Git Commands
### What's .sh :
A shell script or sh-file is something between a single command and a (not necessarily) small programm. The basic idea is to chain a few shell commands together in a file for ease of use. So whenever you tell the shell to execute that file, it will execute all the specified commands in order
#### How To Use Repo:
**Clone First** and Then u just will executed it every file have extention of .sh this means its Bash based on Shell command will run via Git or Shell-bash u have
#### Overview
| Table of Content | Directory | Description |
| - | - | - |
| Chapter 1 | 01_801 | How to Create git-(add/commit/Different/status) |
| Chapter 2 | 02_802 | Create .gitignore to ignore Files, to Update File in Shell Vi/Nano + File .gitgnore|
| Chapter 3 | 03_803 | How to Commit Files |
| Chapter 4 | 04_804 | List Of All Configurations|
| chapter 5 | 05_805 | Git Branch and how to Switch Between Branch|