1️⃣ Create 'New Folder'
2️⃣ Open 'New Folder' then right-click to open 'Git Bash Here'
3️⃣ git clone (https:// address here)
4️⃣ Close 'git bash'
5️⃣ 'New Folder' into git folder then right-click to open 'Git Bash Here'
🔴 git add . (if folder)
🔴 git add (filename.extension)
6️⃣ git commit -m"Comment Here"
7️⃣ git push.
1️⃣ Create 'New Folder'
2️⃣ Open 'New Folder' then right-click to open 'Git Bash Here'
3️⃣ git clone (https:// address here)
4️⃣ Close 'git bash'
5️⃣ 'New Folder' into git folder then right-click to open 'Git Bash Here'.
6️⃣ ls
7️⃣ git rm -r --cached 'Folder Name'
8️⃣ git commit -m"Comment Here"
9️⃣ git push origin master
1️⃣ sudo add-apt-repository ppa:ubuntuhandbook1/apps
2️⃣ sudo apt update
3️⃣ sudo snap install intellij-idea-community
4️⃣ sudo apt install intellij-idea-community