An open API service indexing awesome lists of open source software.

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

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|