Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kpidiba/github
- Owner: kpidiba
- Created: 2022-10-22T07:49:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T09:27:10.000Z (about 2 months ago)
- Last Synced: 2024-12-06T10:28:05.702Z (about 2 months ago)
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History_Modify/readme.md
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. 🚀