Krishna Ketan Raikrikera.hashnode.dev·Sep 12, 2024Understanding Git's Switch from 'Master' to 'Main' and Its Impact on DevelopersIf you're new to Git or working on older repositories, you might see that the main branch is sometimes called master and other times main. This can be confusing, especially if you're just starting with Git. In this post, I'll explain why there are tw...30 readsGit
ValentinoZAtechlogic.hashnode.dev·Jul 24, 2023Elon Musk: Twitter unveils X logo to replace blue birdIn a tweet on Monday morning, Linda Yaccarino said "X is here! Let's do this." "Tweets" will also be replaced, according to Twitter's owner Elon Musk, and posts will be called "x's". The billionaire changed his profile picture to the new logo and add...Twitter
Taegu Kangktg0210.hashnode.dev·Nov 6, 2020powershell command (cp, list, rename, find, count)outline basic command for Windows Power Shell example List of files ending with txtGet-ChildItem *txt Save list of files ending with wav to wavlist.txt Get-ChildItem -filter *wav > wavlist.txt Change file name Change file name ending with txt t...cp