Skip to content

Abdalrahman-Muhammad/ITI-VersionControlTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#ITI TASK ANSWERS Abdalrahman Muhammad

Q1 answers to remove branch locally ==> (git branch -d dev) "this command if i already merged the file" to remove branch locally ==> (git branch -D dev) "this command if i want to force delete unmerged file"

Q2 answers if want to checkout another branch without commit i can stash ==> (git stash) first then (git checkout main)

Q3 answers to list tags ==> (git tags)

Q4 answers to delete tag locally ==> (git tag -d V1.7) to delete tag remotely ==> (git push origin --delete V1.7)

my image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published