Gopher Academy
3.28K subscribers
899 photos
40 videos
279 files
1.83K links
🕸 Gopher Academy

🔷interview golang
https://github.com/mrbardia72/Go-Interview-Questions-And-Answers

لینک چنل های ما:
https://linktr.ee/Labdon

حمایت مالی:
https://www.coffeete.ir/mrbardia72

ادمین:
@mrbardia72

ادمین تبلیغات:
@labdon_ads
Download Telegram
🎯اگه روی یه پروژه ای کار می کنید و هرروز بعد از هر تغیری push می کنید روی گیت
و بعد هر تغییری ازتون معمولا رمزعبور رو میخواد
با دستور زیر دیگه نیاز به زدن رمز عیور ندارید
فقط بزنید push خودش میره توی ریپو میشینه
و دیگه نیاز نیست بعد از هر تغییری رمزعبور رو بزنید
🔹 git config credential.helper store
🔹 git push http://example.com/your-user-name/your-repo.git
.
#git #github
.

🔰 @gopher_academy
The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history.

یه سری قراردادهای کاربردی و سبک برای متن commit که بشه هم خواناتر و هم با قابلیت بیشتری برای automated tools ها به همراه پیروی از semantic versioning این متن‌ها رو ساخت.

#git #commit #convention #message #best_practice #best #practice

conventionalcommits.org/en/v1.0.0


🔰 @gopher_academy