forked from firstcontributions/first-contributions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into branch-vinicius
- Loading branch information
Showing
12 changed files
with
218 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
additional-material/translations/moving-a-commit-to-a-different-branch.hi.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# एक कमिट शाखा को एक अलग शाखा में ले जाना | ||
क्या होगा यदि आप कोई बदलाव कमिट करते हैं, और फिर महसूस करें कि आप एक अलग शाखा में आए हैं? | ||
आप इसे कैसे बदल सकते हैं? यह ट्यूटोरियल कवर करता है। | ||
|
||
## सबसे मौजूदा काम को मौजूदा शाखा में ले जाना | ||
ऐसा करने के लिए, टाइप करें: | ||
|
||
``` git reset HEAD~ --soft ```- अंतिम कमिट को पूर्ववत करता है, लेकिन उपलब्ध परिवर्तनों को छोड़ दें। | ||
``` git stash ```- निर्देशिका की स्थिति रिकॉर्ड करता है। | ||
|
||
``` git checkout name-of-the-correct-branch ``` - दूसरी शाखा में स्विच करता है। | ||
``` git stash pop ``` - आखिरी स्टेशेड स्टेटस को हटा देता है। | ||
``` git add ``` - या अलग-अलग फाइलों को एक साथ स्टेज करने का प्रयास करें। | ||
``` git commit -m "आपका संदेश यहां" ``` - परिवर्तनों को सुरक्षित कर देता है और कमिट करता है। | ||
|
||
अब आपके परिवर्तन सही शाखा पर हैं | ||
|
||
|
||
### सबसे पुराना काम एक नई शाखा में ले जाना | ||
ऐसा करने के लिए, टाइप करें: | ||
``` git branch newbranch```- एक नई शाखा बनाता है। सभी कमिट को सुरक्षित कर देता है। | ||
``` git reset --hard HEAD~#``` - मास्टर को वापस #कमिट में ले जाएं। याद रखें, यह काम मास्टर से जा चूका होगा | ||
``` git checkout newbranch``` - आपके द्वारा बनाई गई शाखा में जाता है। इसमें सभी कमिट होंगे। | ||
|
||
याद रखें: कोई भी बदलाव कमिट नहीं किया गया तो खो जाएगा। |
31 changes: 31 additions & 0 deletions
31
additional-material/translations/removing-branch-from-your-repository.hi.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# अपने रिपॉजिटरी से एक शाखा निकालें | ||
|
||
यदि आपने अब तक ट्यूटोरियल का पालन किया है, तो हमारी `<add-your-name>` शाखा ने अपना उद्देश्य पूरा कर लिया है, अब यह आपके स्थानीय मशीन के रेपो से इसे हटाने का समय है। यह आवश्यक नहीं है, लेकिन इस शाखा का नाम इसके बजाय विशेष उद्देश्य दिखाता है। इसका जीवन संगत रूप से छोटा हो सकता है। | ||
|
||
सबसे पहले, अपने मास्टर में अपने `<add-your-name>` को मर्ज करें, इसलिए अपनी मास्टर शाखा पर जाएं: | ||
``` | ||
git checkout master | ||
``` | ||
|
||
मास्टर में `<add-your-name>`मर्ज करें: | ||
``` | ||
git merge <add-your-name> master | ||
``` | ||
|
||
अपने स्थानीय मशीन के रेपो से `<add-your-name>` निकालें: | ||
``` | ||
git branch -d <add-your-name> | ||
``` | ||
|
||
अब आपने अपनी स्थानीय मशीन की `<add-your-name>` शाखा हटा दी है और सब कुछ साफ़ सुथरा लग रहा है। | ||
हालांकि, इस समय, आपके पास अभी भी आपके गिटहब फोर्क में `<add-your-name>` शाखा होनी चाहिए। हालांकि, इससे पहले कि आप इसे हटा दें, याद रखें कि आपने इस रिमोट शाखा से अपने रेपो को "पुल रिक्वेस्ट" भेजा है। इसलिए जब तक कि मैं इसे मर्ज नहीं करता हूं, इस शाखा को न हटाएं। | ||
|
||
हालांकि, अगर मैंने आपकी शाखा मर्ज कर ली है और आप रिमोट शाखा को हटाना चाहते हैं, तो इसका उपयोग करें: | ||
``` | ||
git push origin --delete <add-your-name> | ||
``` | ||
|
||
अब, आप जानते हैं कि अपनी शाखाओं को कैसे साफ किया जाए। | ||
समय के साथ, मेरे सार्वजनिक रिपो में कई रेपो जोड़े जाएंगे। और आपकी स्थानीय मशीन और आपके गिटहब फर्क की मास्टर शाखाएं अद्यतित नहीं होंगी। तो अपने रेपोसिटोरिएस को मेरे साथ सिंक्रनाइज़ करने के लिए, नीचे दिए गए चरणों का पालन करें। | ||
|
||
#### [अपने फोर्क को रिपॉजिटरी के साथ सिंक रखना] (keeping-your-fork-synced-with-this-repository.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.