Last active
December 28, 2016 06:12
-
-
Save LabN36/1c2c236e06fde7213856071f5b94c774 to your computer and use it in GitHub Desktop.
28/12/16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tags | |
branches | |
release | |
forn | |
timeline | |
trunk | |
clonning | |
collaboration | |
staging area(allow git to start tracking those files) | |
commit(taking a snapshot) | |
commit message should be in present tense (so that we can understand what the commit does) | |
git log | |
git add --all | |
git add <list of files> | |
git add *.txt | |
git add docs/*.txt | |
git add docs/ | |
git add "*.txt"(add all the .txt in the project) | |
git config --global user.name "Rishabh" | |
git config --global user.email [email protected] | |
git diff | |
git reset HEAD <file> to unstage the changes | |
learn github markdown | |
learn git branching mearging trunk | |
css | |
bootstrap container and other grid classes | |
flex box | |
angular material layout class | |
create a bare repo for angular | |
learn angular validation | |
learn angular routing | |
access cmd from nodejs for web git of local project | |
detect file changes by code | |
read write file from the browser | |
flash card site and bot all platform | |
upwork api | |
what is yml file | |
docker and all | |
android toolbar | |
android app bar | |
andorid action bar | |
theme | |
app compat | |
gradle | |
activity launch model single top etc. like multiple instances one from play store and one from home activity | |
backward compatibility | |
Support Library | |
what'sApp like | |
scroll to hide like in soundcloud | |
android basics | |
layouts | |
service/intent/broadcast receiver | |
animation | |
other relatec stuff | |
gradle | |
toolbar | |
activity | |
android mvp pattern | |
android | |
view. | |
.ViewGroup | |
.View | |
.ViewParent | |
.ViewManager | |
https://developer.android.com/training/best-ui.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment