Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/translations/README.assamese.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

```bash
git clone "url you just copied"
```bash
```

য'ত "url you just copied" (নাম উদ্ধৃতিহীন) হৈছে এই ৰেপ'জিট'ৰিটোৰ url (এই প্ৰকল্পৰ আপোনাৰ fork)। url পোৱা আগৰ পদক্ষেপসমূহ চাওক।

Expand All @@ -36,7 +36,7 @@ git clone "url you just copied"

```bash
git clone [email protected]:this-is-you/first-contributions.git
```bash
```

য'ত this-is-you হৈছে আপোনাৰ GitHub ইউজাৰনেম। ইয়াত আপুনি first-contributions ৰেপ'জিট'ৰিটোৰ বিষয়বস্তু GitHub ৰ পৰা আপোনাৰ কম্পিউটাৰত কপি কৰি থৈছা।

Expand All @@ -45,20 +45,20 @@ git clone [email protected]:this-is-you/first-contributions.git

```bash
cd first-contributions
```bash
```

এতিয়া git switch কমাণ্ড ব্যৱহাৰ কৰি এখন শাখা সৃষ্টি কৰক:

```bash
git switch -c <আপোনাৰ-নতুন-শাখা-নাম-যোগ-বনাওক>

```bash
```

উদাহৰণ স্বৰূপে

```bash
git switch -c add-alonzo-church
```bash
```

<details>
<summary> <strong>যদি আপুনি git switch ব্যৱহাৰ কৰি কোনো ত্ৰুটি পায়, ইয়াত ক্লিক কৰক:</strong> </summary>
Expand All @@ -68,7 +68,7 @@ git switch -c add-alonzo-church

```bash
git checkout -b your-new-branch-name
```bash
```

</details>

Expand All @@ -84,14 +84,14 @@ git checkout -b your-new-branch-name

```bash
git add Contributors.md
```bash
```

এতিয়া সেই পৰিবৰ্তনসমূহ `git commit` কমাণ্ড ব্যৱহাৰ কৰি commit কৰক:

```bash
git commit -m "Add <আপোনাৰ-নাম> to Contributors list"

```bash
```

আপোনাৰ-নাম স্থলৱি দি আপোনাৰ নাম যোগ কৰক:

Expand All @@ -101,7 +101,7 @@ git commit -m "Add <আপোনাৰ-নাম> to Contributors list"

```bash
git push -u origin your-branch-name
```bash
```

নিম্নলিখিত কমাণ্ডটো ব্যৱহাৰ কৰক, `your-branch-name` স্থলৱি দি আপোনাৰ শাখাৰ নাম যোগ কৰক:

Expand Down