Case As Well As Error
Like many of you lot I watched my downtime Sudoku playing. In this chess app, it is really slow to undo moves, too campaign other moves. I play against the machine, too aye undoing is cheating, simply I purpose it a lot to explore unlike scenarios at critical points inwards the game. I bring been really surprised nigh how much this accelerated my chess learning. I was able to brand progress through several hardness levels cheers to the unreasonable effectiveness of slow trial-and-error for learning.
Many things inwards life, nosotros don't acquire to bring a practise over. But, for many things, peculiarly inwards software profession, nosotros are afforded cheap trial-and-error. And it is a strength multiplier when you lot tin practise cheap lawsuit too errors, too when the toll of failure is low.
For this reason, it makes a lot of feel using a version command organization similar git for most projects too fifty-fifty for writing.
Short git tutorial
This is generally for my ain notes, too thus I bring this handy to await upward from my spider web log when I need.
To phase & commit
- git status
- git add together <files>
- git commit -m "Commit message"
To update from remote
- git pull
To branch too merge back
- git branch <newb>
- git checkout <newb>
- git checkout master
- git merge <newb>
To become dorsum to a previous commit/snapshot of project
- git checkout <commit-hash>
To meet all the commits that were made for our project: git log. There is too git rebase.
If you lot necessitate a hands-on introduction, this is good. The notes are here.
0 Response to "Case As Well As Error"
Post a Comment