Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kpidiba/github

Pour toutes les informations concernant l' utisation de git et github
https://github.com/kpidiba/github

Last synced: about 1 month ago
JSON representation

Pour toutes les informations concernant l' utisation de git et github

Awesome Lists containing this project

README

        

# **GITHUB** 🐱

## **DESCRIPTION**

GitHub is an **Internet hosting service** for **software development** and **version control** using **Git**. It offers:

- Distributed version control.
- **Access control**, **bug tracking**, **feature requests**, **task management**, and **continuous integration** tools.

Git is a version control system, while GitHub serves as an online host for Git repositories, making collaboration and code sharing seamless.

---

## **LOCAL RESOURCES** 📂

1. 🛠️ [**Helpful Repository**](./repos/readme.md)
2. 📋 [**Clone**](./clone/readme.md)
3. ⚙️ [**Config**](./config/readme.md)
4. 🌱 [**Branch**](./branch/readme.md)
5. 💾 [**Commit**](./commit/readme.md)
6. 📜 [**History of Modifications**](./History_Modify/readme.md)
7. 📚 [**Terminology**](./terminology/readme.md)
8. 👥 [**Contributor**](./contributor/readme.md)
9. 🔗 [**Index**](./index/readme.md)
10. 🍒 [**Cherry**](./cherry/readme.md)
11. 🎨 [**Custom Profile README**](./custom_profile_readme/readme.md)
12. ✍️ [**Write a Good README**](./project_readme/readme.md)
13. 🔀 **Pull Request and Issues**

---

## **WEB RESOURCES** 🌐

- 🖥️ [**GitHub Desktop**](https://desktop.github.com/)
- 🌟 [**GitHub Analytics**](https://ithub.app/profile/kpidiba)
- 💡 [**Showcase GitHub Repos on LinkedIn**](https://dev.to/monicafidalgo/how-to-showcase-your-github-repositories-on-linkedin-1non?ref=dailydev)
- 📈 [**Star History and Stats**](https://seladb.github.io/StarTrack-js)
- 📊 [**GitHub Star History**](https://star-history.com/)
- 📡 [**GitHub API Data**](https://api.github.com/)

---

## **PREVIEW** 👀

### Tools:

- 📜 **Martext**
- 🖊️ **VS Code**

---

## **INSTALLATION** ⚙️

### **Linux** 🐧

```bash
sudo apt-get install git
```

### **Windows** 🪟

1. Download Git from [this link](https://git-scm.com/download/win).
2. Install the standalone application.

---

## **GIT BASICS** 🎯

### **Project Initialization** 🛠️

```bash
git init
```

### **Configuration** ⚙️

```bash
git config --global user.email "[email protected]"
git config --global user.name "dprogrammer"
```

### **List Configurations** 📋

```bash
git config --list
```

### **Check Status** 🕵️

Displays the working directory and staging area status:

```bash
git status
```

---

## **LICENSE** 📝

This guide is provided under a **CC0 1.0 Universal (Public Domain Dedication)** license. Contributions are welcome and encouraged. 🚀