This file contains 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
$> git add . -A # adds all files, including deleted files | |
(file was changed during this time) | |
$> git checkout -b new_master | |
$> git status #discovered changed file | |
$> git add . | |
$> git commit --amend -C HEAD # adds file in staging to the most recent commit | |
$> git branch -D master | |
$> git checkout -b master | |
$> git push -f origin master # blows away existing remote master and replaces with our master |
This file contains 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
def lisp_eval(x) | |
if x == '1' | |
1 | |
elsif x == '#t' | |
true | |
else | |
list = x.gsub(" ", '').chars | |
parser(list) | |
end | |
end |
Essential functions and capabilities of a complete IAM solution:
- SSO or RSO
- automated provisioning and deprovisioning,
- strong authentication,
- full identity governance