My Feed
Rixbeta
Write
Create Team Blog
Let's kick off a fresh team blog! Bring on the crew and let's get to publishing.
ExploreDraftsBookmarksTeam Blogs
AboutCareersOfficial Blog
Download App
Logos & Media

Trending tags
See all

© 2023 Hashnode

vscode

#vscode-cjevho8kk00bo1ss2lmqqjr51

Write An Article
107 Followers·207 Articles
HotNew
Vaishnav Srivastava
vaishnavsrivastavablog.hashnode.dev·May 27, 2023

Creating ,deleting,and writing the files from powershell on VScode.

you can use the following command to create an empty file: New-Item -ItemType File -Path "chapter1.txt" Alternatively, you can also use the following command to create an empty file using the redirection operator >: "" > "chapter1.txt" Agai…

GitHubvscode+3
A  Guide to Git Stashing