Smart 🧠 Fullstack
45 subscribers
170 photos
11 videos
13 files
155 links
About channel: everyday developer hints.

for (💲Coders as 💲Student):
echo("Hello 💲Student->name");
endfor;

Author: @BakirovRoman
Download Telegram
ℹ️ Undo a commit & redo
$ git commit -m "Something terribly misguided" # Your Accident
$ git reset HEAD~
[ edit files as necessary ]
$ git add .
$ git commit -c ORIG_HEAD
#git #commit #rollback