Preview:
git status  نمایش بخش های تغییر یافته 
git dif HEAD    نمایش جزئیات تغییرات
git add -A آماده سازی برای دخیره تغییرات
git commit -m 'name'  ذخیره با نام مورد نظر 
git push --all  ارسال تغییرات
git branch  نمایش شاخه های ایجاد شده 
git branch main2  ساخت شاخه مورد نظر
git checkout main2  تغییر مکان فعلی
git branch -d main2   پاک کردن تغییرات
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter