Git хэрэгтэй коммандуудJagaa·Follow1 min read·Aug 6, 2020--ListenShareHow to clear git cachegit rm -r --cached .git add .git commit -am 'git cache cleared'git push
JagaaFlutter gitignore# Miscellaneous *.class *.lock *.log *.pyc *.swp .DS_Store .atom/ .buildlog/ .history .svn/1 min read·Jun 4, 2020--
JagaaИнтернэт гэж юу вэ?Интернэт нь дэлхийн өнцөг булан бүрт байгаа компьютерүүдийг хооронд нь холбосон сүлжээ юм.2 min read·Mar 8, 2022--
JagaaRegular Expression гэж юу вэ?Regular Expression (энгийн томъёолол, тогтмол илэрхийлэл)2 min read·Apr 13, 2020--
Alberto ProsperoinTowards Data ScienceHow Git truly worksA deep dive on the internals to acknowledge and master Git8 min read·May 24, 2022--6
mehmoodGhaffarUltimate Guide on How to Delete Commit History in GithubAre you looking to clean up your Git repository by removing unwanted commits and start afresh? If so, you’ve come to the right place. In…3 min read·May 22--
Sagar kanherkarGitIn simple words Git is a version control system that manages and keeps track of your code. GitHub, on the other hand, is a service that let…5 min read·Apr 23--
Ketan GuptaHow To Clone a Git Repository Using Personal Access Token: A Step-by-Step GuideStep 1: Generate a Personal Access Token Step 2: git clone <repo link> Step 3: Enter token in password3 min read·Jul 14--2