Skip to content

mhamza2557/Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

Git Bash 💯 COMMANDS 📖

Adding Files/Folder

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.

Deleting Folder

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

📝 IntelliJ install in Ubuntu using Command 💻

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published