Important Points to know by my special Notes

                                             


          Important Points to know by my special Notes


..............................................................................................................

  


linux mein ek cat कमांड hota hai jiski se se कंटेंट likh sakte hain डायरेक्ट फाइल्स mein in linux


linux mein ek sudo su command hota hai isse hum root user ban jate hain

..............................................................................................................

cat>newfile   ::::::::::::::::: this command will create the one new file 

in that write at the same time

hi ,final code for app


git revert <commit id>

..............................................................................................................

touch commad to make new files

touch file1.js file2.js file3.js .............. filen.js

we can make as many as files with the touch command


..............................................................................................................


if we want to delete some temporary file then we will use this command:

git clean -n ::::::::::::::::: :: Will ask you for delete
git clean -f ::::::::::::::::: :: Will delete these files forcefully.


Comments

Popular posts from this blog

Rails 7 Features :: Comparison with Rails 6 and Rails 5