We can Stash all Tracked files in Git using git stash
. Use the below Git Command to Stash all files including untracked ones.
git stash push -u
We can Stash all Tracked files in Git using git stash
. Use the below Git Command to Stash all files including untracked ones.
git stash push -u
Google Assistant is an artificial intelligence (AI) powered virtual assistant Developed by Google that is primarily available on mobile and smart home devices. Google Assistant can engage in two-way conversations. In Order to find out your Songs, All You need to say “Find this Song” in Google Assistant & Start singing or humming.
Steps to find songs with Google Assistant.
Step 1 : Open Google Assistant.
Step 2 : Say “Find this song”.
Step 3 : Start Singing Or Just Humming.
That’s it. Enjoy Finding Your Song.
grasshopper.app is a Free Coding app for beginners. It is a “Code With Google” Program. As given in their Website, “Grasshopper is the best way to learn to code for beginners. With fun, quick lessons on your phone or desktop, Grasshopper teaches adult learners to write real JavaScript. It’s currently available for free on Desktop, Android, and iOS. Grasshopper is a Code with Google program.”
What You can learn using Grasshopper??
Grasshopper covers the foundations of JavaScript (JS), How to create animations with code, teaches solving problem techniques needed for technical interviews and introduces how to build a Website with HTML & CSS.
Course Details:
Sample Very Basic JavaScript Code:
var text = “Coding is Fun.”;
console.log(text);
Enjoy Coding.
This is just a sample post to let you know that More are coming on it’s way. Cheers.