From 144cf22cb471557ba58b255071f2f6c7fa5e2c32 Mon Sep 17 00:00:00 2001 From: Terry Miller Date: Tue, 6 Mar 2018 08:19:10 -0700 Subject: [PATCH] fixed a few typos --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f62ff983..86eaeeaa 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ## FEHM: Finite Element Heat and Mass Transfer Code ## ### LA-CC-2012-083 Export control on source code ### -This repository is limited to FEHM team collaborators with a LANLS approved and signed Contributor Agreement. -This Version 3.3 from October 2017 has been moved from a mercurial repository on https//fehm.lanl.gov which will be closed. +This repository is limited to FEHM team and collaborators with a LANL approved and signed Contributor Agreement. +This Version 3.3.1 from October 2017 has been moved from a mercurial repository on https//fehm.lanl.gov which will be closed. The following are reminders for FEHM code developers using this repository. @@ -44,7 +44,10 @@ Tracked files can be: * Modified (you have edited the file since the last commit) * Staged (the file has been added and is ready to be committed and then pushed) -You can make an untracked file become tracked by using `git add` on it. +Untracked files become tracked by using +``` +git add filename +``` 4. After verifying (with `git status`) that all the files you want to be pushed are properly staged, commit them using