Skip to content

Commit b819a81

Browse files
committed
chore(i18n): sync translations with latest source changes (chunk 13/14, 100 files)
1 parent 05bab63 commit b819a81

100 files changed

Lines changed: 28359 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--
2+
CO_OP_TRANSLATOR_METADATA:
3+
{
4+
"original_hash": "b0a9b4cccd918195f58224d5793da1a6",
5+
"translation_date": "2026-01-08T10:33:54+00:00",
6+
"source_file": "CODE_OF_CONDUCT.md",
7+
"language_code": "pcm"
8+
}
9+
-->
10+
# Microsoft Open Source Code of Conduct
11+
12+
Dis project don adopt di [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/?WT.mc_id=academic-77807-sagibbon).
13+
14+
Resources:
15+
16+
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/?WT.mc_id=academic-77807-sagibbon)
17+
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/?WT.mc_id=academic-77807-sagibbon)
18+
- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) wit questions or concerns
19+
20+
---
21+
22+
<!-- CO-OP TRANSLATOR DISCLAIMER START -->
23+
**Disclaimer**:
24+
Dis document dem don translate am wit AI translation service [Co-op Translator](https://github.com/Azure/co-op-translator). Even as we dey try make am correct, abeg sabi say automated translation fit get some mistakes or error. The original document wey dem write for im own language na the main correct one. For important tori, e good make person use professional human translation. We no go fit take any blame if person no understand well or misunderstand because of dis translation.
25+
<!-- CO-OP TRANSLATOR DISCLAIMER END -->

translations/pcm/CONTRIBUTING.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--
2+
CO_OP_TRANSLATOR_METADATA:
3+
{
4+
"original_hash": "777400e9f0336c7ee2f9a1200a88478f",
5+
"translation_date": "2026-01-08T10:14:05+00:00",
6+
"source_file": "CONTRIBUTING.md",
7+
"language_code": "pcm"
8+
}
9+
-->
10+
# Contributing
11+
12+
Dis project dey welcome contributions and suggestions. Most contributions go require say you
13+
agree to one Contributor License Agreement (CLA) wey talk say you get di right to
14+
and really do, give us di rights to use your contribution. For more details, visit
15+
[https://cla.microsoft.com](https://cla.microsoft.com/?WT.mc_id=academic-77807-sagibbon).
16+
17+
When you submit one pull request, one CLA-bot go automatically check whether you need
18+
provide one CLA and add di correct thing for di PR (like label, comment). Just follow di
19+
instructions wey di bot give. You go only need do dis one time for all repositories wey dey use our CLA. Abeg also try tell us why you make dat change so we fit understand your request well.
20+
21+
Dis project don adopt di [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/?WT.mc_id=academic-77807-sagibbon).
22+
For more information, see di [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/?WT.mc_id=academic-77807-sagibbon)
23+
or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) if you get any additional questions or comments.
24+
25+
---
26+
27+
<!-- CO-OP TRANSLATOR DISCLAIMER START -->
28+
**Disclaimer**:
29+
Dis document na AI translation service [Co-op Translator](https://github.com/Azure/co-op-translator) wey translate am. Even though we dey try make e correct, abeg sabi say automated translation fit get some mistakes or inaccuracy. The original document wey e dey for im correct language na di real correct one. If na serious matter, better make person wey sabi do human translation help you. We no go take responsibility if anybody misunderstand or misinterpret anything from dis translation.
30+
<!-- CO-OP TRANSLATOR DISCLAIMER END -->
Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
<!--
2+
CO_OP_TRANSLATOR_METADATA:
3+
{
4+
"original_hash": "5cf5e1ed51455fefed4895fcc4d6ba2a",
5+
"translation_date": "2026-01-08T10:45:55+00:00",
6+
"source_file": "Git-Basics/README.md",
7+
"language_code": "pcm"
8+
}
9+
-->
10+
## Basics of GIT for web-dev beginners👶
11+
12+
13+
## Wetin be `Git`?
14+
1. Git na one kind distributed version control system.
15+
2. Di whole codebase and history dey available for every developer computer,
16+
wey dey allow easy branching and merging.
17+
3. Dem dey use am as Version Control System (VCS) to track changes for computer files.
18+
19+
* Distributed version control
20+
* E dey coordinate work between many developers
21+
* Who change wetin and when
22+
* Fit revert back anytime
23+
* Local & remote repos
24+
25+
## CONCEPTS OF GIT
26+
* E dey keep track of code history
27+
* E dey take "snapshots" of your files
28+
* Na you dey decide when to take snapshot by doing "commit"
29+
* You fit go any snapshot anytime
30+
* You fit stage files before you commit
31+
32+
### Difference Between Git & GitHub
33+
34+
| Git | GitHub |
35+
| ------- | ----------- |
36+
| Git na software | GitHub na cloud service |
37+
| Git dey installed locally for system | GitHub dey hosted for web |
38+
| Na command-line tool e be | Na graphical user interface e be |
39+
| Linux dey maintain Git | Microsoft dey maintain GitHub |
40+
| E focus on version control and code sharing | E focus on centralized source code hosting |
41+
| Git get open-source license | GitHub get free-tier plus pay-for-use tier |
42+
| Git release for 2005 | GitHub release for 2008 |
43+
44+
45+
## GIT Installation
46+
* Linux(Debian)
47+
`$sudo apt-get install git`
48+
* Linux(Fedora)
49+
`$sudo yum install git`
50+
* [Download](http://git-scm.com/download/mac) for Mac
51+
* [Download](http://git-scm.com/download/win) for Windows
52+
53+
54+
### Installation Process Steps:
55+
1. <img width="500" height="400" src="https://user-images.githubusercontent.com/61585443/190359823-e421b976-515a-4565-990d-2f2e4e62977a.png"/>
56+
2. <img width="500" height="400" src="https://user-images.githubusercontent.com/61585443/190360530-a7bfa681-47f4-4859-9b8a-4120e0cad348.png"/>
57+
3. <img width="500" height="400" src="https://user-images.githubusercontent.com/61585443/190360760-30db7768-19e0-4848-a99d-a6c955e041e2.png"/>
58+
4. <img width="500" height="400" src="https://user-images.githubusercontent.com/61585443/190360896-473e1e54-f083-4b5c-a5f0-539f70469142.png"/>
59+
5. <img width="500" height="400" src="https://user-images.githubusercontent.com/61585443/190361144-bc670a2b-b776-4867-9785-7b509d416fbb.png"/>
60+
6. And then Continue Next > Next > Next > <b>Install</b>
61+
7. <img width="500" height="400" src="https://user-images.githubusercontent.com/61585443/190361548-4b700d85-c7d5-4d26-90e7-e5cc3ce24311.png"/>
62+
63+
64+
65+
66+
67+
68+
69+
### After you don install, we need configure git using git bash
70+
1. `git config --global user.name 'YourName'`
71+
2. `git config --global user.email 'YourEmail'`
72+
___
73+
74+
75+
76+
## Git Commands
77+
___
78+
79+
### Getting & Creating Projects
80+
81+
| Command | Description |
82+
| ------- | ----------- |
83+
| `git init` | Start local Git repository |
84+
| `git clone ssh://git@github.com/[username]/[repository-name].git` | Make local copy of remote repository |
85+
86+
### Basic Snapshotting
87+
88+
| Command | Description |
89+
| ------- | ----------- |
90+
| `git status` | Check status |
91+
| `git add [file-name.txt]` | Add file to staging area |
92+
| `git add -A` | Add all new and changed files to staging area |
93+
| `git commit -m "[commit message]"` | Commit changes |
94+
| `git rm -r [file-name.txt]` | Remove file or folder |
95+
| `git push` | Push To Remote Repository |
96+
| `git pull` | Pull Latest Changes From Remote Repository |
97+
98+
### Branching & Merging
99+
100+
| Command | Description |
101+
| ------- | ----------- |
102+
| `git branch` | List branches (asterisk na current branch) |
103+
| `git branch -a` | List all branches (local and remote) |
104+
| `git branch [branch name]` | Create new branch |
105+
| `git branch -D [branch name]` | Delete branch |
106+
| `git push origin --delete [branch name]` | Delete remote branch |
107+
| `git checkout -b [branch name]` | Create and switch to new branch |
108+
| `git checkout -b [branch name] origin/[branch name]` | Clone remote branch and switch to am |
109+
| `git branch -m [old branch name] [new branch name]` | Rename local branch |
110+
| `git checkout [branch name]` | Switch to branch |
111+
| `git checkout -` | Switch to last checked branch |
112+
| `git checkout -- [file-name.txt]` | Discard changes to file |
113+
| `git merge [branch name]` | Merge branch into active branch |
114+
| `git merge [source branch] [target branch]` | Merge branch into target branch |
115+
| `git stash` | Stash changes for dirty working directory |
116+
| `git stash clear` | Remove all stashed entries |
117+
118+
### Sharing & Updating Projects
119+
120+
| Command | Description |
121+
| ------- | ----------- |
122+
| `git push origin [branch name]` | Push branch to your remote repository |
123+
| `git push -u origin [branch name]` | Push changes to remote and remember branch |
124+
| `git push` | Push changes to remote (remembered branch) |
125+
| `git push origin --delete [branch name]` | Delete remote branch |
126+
| `git pull` | Update local repo to newest commit |
127+
| `git pull origin [branch name]` | Pull changes from remote repository |
128+
| `git remote add origin ssh://git@github.com/[username]/[repository-name].git` | Add remote repository |
129+
| `git remote set-url origin ssh://git@github.com/[username]/[repository-name].git` | Set origin branch to SSH |
130+
131+
### Inspection & Comparison
132+
133+
| Command | Description |
134+
| ------- | ----------- |
135+
| `git log` | View changes |
136+
| `git log --summary` | View changes (detailed) |
137+
| `git log --oneline` | View changes (brief) |
138+
| `git diff [source branch] [target branch]` | Preview changes before merging |
139+
140+
---
141+
142+
<!-- CO-OP TRANSLATOR DISCLAIMER START -->
143+
**Disclaimer**:
144+
Dis document na AI translation service [Co-op Translator](https://github.com/Azure/co-op-translator) translate am. Even though we dey try make am correct, make you sabi say automated translation fit get some mistakes or no too clear. Di original document wey e dey for im correct language na di main correct source. If na serious information, better make person wey sabi do professional human translation do am. We no go take responsibility if pesin no understand well or e get wahala because of this translation.
145+
<!-- CO-OP TRANSLATOR DISCLAIMER END -->

0 commit comments

Comments
 (0)