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--
JagaaMobile app дээр хэрхэн Firebase тохируулах вэ?Flutter, Android, iOS, Google Firebase3 min read·Oct 12, 2020--
JagaaRegular Expression гэж юу вэ?Regular Expression (энгийн томъёолол, тогтмол илэрхийлэл)2 min read·Apr 13, 2020--
NidhisharmainTowards DevGit RebaseIn simple terms, Git rebase is a command used to modify the order and structure of commits in a Git repository. It allows you to combine or…4 min read·Jun 20--
Arun Kumar Pandey (Ph.D., Astrophysics)Git & GitHubEmpowering Collaborative Software Development and Version Control9 min read·Jun 13--
Ario LiyanGit ignore fileThis article is one of the articles in my Git the version controller series. In this article, we learn about .gitignore file.3 min read·Sep 17--
Ezechukwu Obianuju ChristianaGIT & GITHUBFORKING, CLONING, GIT PULL AND GIT MERGE.3 min read·Aug 31--