Created
April 6, 2014 11:38
-
-
Save sai-manoj-kumar/10004807 to your computer and use it in GitHub Desktop.
History of commands
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
2118 cd tmp/ | |
2119 ls | |
2120 mkdir fact | |
2121 cd fact/ | |
2122 ls | |
2123 vi main.c | |
2124 ls | |
2125 vi main.c | |
2126 ls | |
2127 git init | |
2128 ls | |
2129 la | |
2130 git status | |
2131 ls | |
2132 git status | |
2133 git add main.c | |
2134 git status | |
2135 git diff | |
2136 git diff --staged | |
2137 git commit | |
2138 git log | |
2139 git log --oneline | |
2140 git logg | |
2141 git log --oneline --decorate --graph --all | |
2142 git logg | |
2143 ls | |
2144 vi main.c | |
2145 ls | |
2146 gcc main.c | |
2147 ls | |
2148 ./a.out | |
2149 git df | |
2150 git diff | |
2151 ls | |
2152 git st | |
2153 vi .gitignore | |
2154 git st | |
2155 git status | |
2156 git add . | |
2157 git status | |
2158 git diff --staged | |
2159 git commit | |
2160 git log | |
2161 git logg | |
2162 git ls-tree | |
2163 git ls-tree HEAD | |
2164 git ls-tree HEAD^ | |
2165 git logg | |
2166 git ls-tree HEAD^^ | |
2167 git ls-tree HEAD~1 | |
2168 git ls-tree HEAD~2 | |
2169 git ls-tree HEAD~1 | |
2170 git st | |
2171 vi main.c | |
2172 git st | |
2173 git add main.c | |
2174 git st | |
2175 vi main.c | |
2176 gcc main.c | |
2177 ./a.out | |
2178 git st | |
2179 git commit -a | |
2180 git commit | |
2181 git commit -a | |
2182 git logg | |
2183 git log | |
2184 git branch | |
2185 cd | |
2186 cd - | |
2187 git branch | |
2188 git branch new | |
2189 git branch | |
2190 git logg | |
2191 git co new | |
2192 git branch | |
2193 git logg | |
2194 vi main.c | |
2195 git commit | |
2196 vi main.c | |
2197 git st | |
2198 git help branch \ | |
2199 git help branch | |
2200 git branch -m new factfun | |
2201 git br | |
2202 git st | |
2203 git df | |
2204 git ci | |
2205 git st | |
2206 git ci -a | |
2207 git logg | |
2208 git co master | |
2209 git logg | |
2210 git co factfun | |
2211 git logg | |
2212 git st | |
2213 git co master | |
2214 ls | |
2215 cat main.c | |
2216 git co factfun | |
2217 cat main.c | |
2218 ls | |
2219 git st | |
2220 git logg | |
2221 git co master | |
2222 ls | |
2223 vi main.c | |
2224 gcc main.c | |
2225 ./a.out | |
2226 vi main.c | |
2227 git st | |
2228 gcc main.c | |
2229 ./a.out | |
2230 ls | |
2231 git df | |
2232 git ci -a | |
2233 git logg | |
2234 ls | |
2235 git co factfun | |
2236 ls | |
2237 git logg | |
2238 vi main.c | |
2239 gcc main.c | |
2240 ./a.out | |
2241 git df | |
2242 git ci -a | |
2243 git logg | |
2244 gitk | |
2245 cd | |
2246 cd pycharmProjects/ | |
2247 ls | |
2248 cd webapps/ | |
2249 ls | |
2250 cd gcdc-urldropit/ | |
2251 git br | |
2252 cd ../ysaimanojkumar/ | |
2253 git br | |
2254 cd ../roaticum/ | |
2255 git br | |
2256 cd | |
2257 cd tmp/fact/ | |
2258 l | |
2259 git co master | |
2260 ls | |
2261 git logg | |
2262 git merge factfun | |
2263 git st | |
2264 vi main.c | |
2265 git add main.c | |
2266 git ci | |
2267 git logg | |
2268 git reset HEAD^ --hard | |
2269 git merge factfun | |
2270 git logg | |
2271 ls | |
2272 git st | |
2273 vi main.c | |
2274 git logg | |
2275 git show HEAD:main.c | |
2276 git show factfun:main.c | |
2277 vi main.c | |
2278 gcc main.c | |
2279 ./a.out | |
2280 git st | |
2281 git add . | |
2282 git st | |
2283 git ci | |
2284 git logg | |
2285 git co -b tmp | |
2286 git br | |
2287 git logg | |
2288 vi main.c | |
2289 git st | |
2290 git stash | |
2291 git stash list | |
2292 vi main.c | |
2293 git stash | |
2294 git stash list | |
2295 git stash drop | |
2296 git stash list | |
2297 git stash apply | |
2298 git df | |
2299 git stash list | |
2300 git stash drop | |
2301 git stash list | |
2302 git stash | |
2303 git stash list | |
2304 git co master | |
2305 git stash list | |
2306 git stash pop | |
2307 git stash list | |
2308 git df | |
2309 git ci -a | |
2310 ssh -T [email protected] | |
2311 cd | |
2312 cd .ssh/ | |
2313 ls | |
2314 ssh-keygen -t rsa | |
2315 ls | |
2316 vi config | |
2317 history | |
2318 cd | |
2319 cd tmp/fact/ | |
2320 git logg | |
2321 git remote add github [email protected]:ysaimanojkumar/factorial.git | |
2322 git rmt | |
2323 git push github master | |
2324 git push github factfun | |
2325 git pull github master | |
2326 git logg | |
2327 cd .. | |
2328 git clone [email protected]:clutchski/coffeelint.git | |
2329 git logg | |
2330 ls | |
2331 cd coffeelint/ | |
2332 ls | |
2333 git logg | |
2334 git br | |
2335 git rmt | |
2336 git rmt -v | |
2337 cd ../fact/ | |
2338 git logg | |
2339 git df 4eab HEAD | |
2340 git df 4eab HEAD --stat | |
2341 cd | |
2342 vi .vimrc | |
2343 history | |
2344 cat history > out | |
2345 history > out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment