Wednesday, July 29, 2015

inculcation

So I have been using some cool programs like screen and ... um you know how when some one asked you what you do and then you instantaneously forget everything you do *_*... &. Im going to lay out a small description of them and some ways to use them. these are for terminals
Screen-----
allows for a user to have multiple screens in one terminal, and when terminal is closed no program progression is lost.  I all ready did a small description earlier... look for it.

&---
allows for a program to be done in the background.  to use just follow the command up with & and your done.

bg---
sends thing to background

fg -------
brings thing from the background

ctrl+z -------
stops program

git -----
git is like svn... kinda.  its a repository.... not to be confused with respiratory.... git has some follow up programs.
 ---add
 adds file to repository wait list
---help
  shows all the stuff git can do
 ---commit
  ensures stuff in wait list is going to go to repository
 ---clone
 copies repository to local machine
 ---push
  pushes all files on wait list to repository
--pull
 brings new files into local directory


there's others but I used these the most.

No comments:

Post a Comment